You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Chen Xin Yu (JIRA)" <ji...@apache.org> on 2017/07/12 05:37:00 UTC

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

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

Chen Xin Yu updated CALCITE-1886:
---------------------------------
    Description: 
CALCITE support limit offset SQL grammar in CALCITE-43 :
  [ LIMIT { count | ALL } ]
  [ OFFSET start { ROW | ROWS } ]

 LIMIT {[offset,] row_count} is also popular used, especially in MySQL, such as:
select * from tableA order by id limit 100,10;

User should transform the existing sqls until calcite support LIMIT {[offset,] row_count}.

> Support LIMIT [offset,] row_count
> ---------------------------------
>
>                 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 :
>   [ LIMIT { count | ALL } ]
>   [ OFFSET start { ROW | ROWS } ]
>  LIMIT {[offset,] row_count} is also popular used, especially in MySQL, such as:
> select * from tableA order by id limit 100,10;
> User should transform the existing sqls until calcite support LIMIT {[offset,] row_count}.



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