Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
CALCITE support limit offset SQL grammar in CALCITE-43:
[LIMIT { count | ALL}] [OFFSET start { ROW | ROWS}]
Also
LIMIT {[offset,] row_count}
is 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}
Attachments
Issue Links
- is related to
-
CALCITE-5086 Core parser should allow "OFFSET" to occur before "LIMIT"
- Closed
- relates to
-
CALCITE-43 Support LIMIT, OFFSET, FETCH clauses
- Closed
-
CALCITE-1893 Add MYSQL_5 conformance
- Closed
-
CALCITE-5184 In parser, allow "LIMIT start, ALL"
- Closed