[
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)