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/18 18:03:00 UTC

[jira] [Updated] (CALCITE-1886) Support "LIMIT [offset,] row_count", per MySQL

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

Julian Hyde updated CALCITE-1886:
---------------------------------
    Summary: Support "LIMIT [offset,] row_count", per MySQL  (was: Support LIMIT [offset,] row_count)

> Support "LIMIT [offset,] row_count", per MySQL
> ----------------------------------------------
>
>                 Key: CALCITE-1886
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1886
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Chen Xin Yu
>            Assignee: Julian Hyde
>
> CALCITE support limit offset SQL grammar in CALCITE-43:
> {noformat}
>   [LIMIT { count | ALL}]
>   [OFFSET start { ROW | ROWS}]
> {noformat}
> Also
> {noformat}
> LIMIT {[offset,] row_count}
> {noformat}
> is  popular used, especially in MySQL, such as:
> {code}
> select * from tableA order by id limit 100,10;
> {code}
> User should transform the existing SQLs until calcite support
> {noformat} LIMIT {[offset,] row_count}{noformat}



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