You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/07/25 05:48:00 UTC

[jira] [Created] (CALCITE-1901) SQL reference should say that "ONLY" is required after "FETCH ... ROWS"

Julian Hyde created CALCITE-1901:
------------------------------------

             Summary: SQL reference should say that "ONLY" is required after "FETCH ... ROWS"
                 Key: CALCITE-1901
                 URL: https://issues.apache.org/jira/browse/CALCITE-1901
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


SQL reference should say that "ONLY" is required after "FETCH ... ROWS". An example of the correct syntax is {code}SELECT * FROM Emp
ORDER BY sal
OFFSET 30 ROWS
FETCH NEXT 10 ROWS ONLY{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)