Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
-
None
-
None
Description
In MS SQL Server, ORDER BY is mandatory for using OFFSET and FETCH clauses. Drill (or Calcite) does not include an ORDER BY clause in the SQL it generates for a LIMIT clause.