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

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

     [ https://issues.apache.org/jira/browse/CALCITE-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-1901.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.14.0

Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/a2880dd5.

> 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
>             Fix For: 1.14.0
>
>
> 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)