Description
I suggest to implement the "null ordering" option for the "ORDER BY" clause:
According to the SQL standard, 10.10 <sort specification list>:
<null ordering> ::=
NULLS FIRST
NULLS LAST |
Attachments
Attachments
Issue Links
- is duplicated by
-
DERBY-2965 Add support for NULLS FIRST / NULLS LAST on ORDER BY clause
- Closed
- relates to
-
DERBY-4382 missing documentation from reference guide for ORDER BY null ordering clause (i.e. NULLS FIRST / NULLS LAST )
- Closed
-
DERBY-581 Modify SQL to skip N rows of the result and return the next M rows
- Closed