missing documentation from reference guide for ORDER BY null ordering clause
(i.e. NULLS FIRST / NULLS LAST )
-------------------------------------------------------------------------------------------------------------
Key: DERBY-4382
URL: https://issues.apache.org/jira/browse/DERBY-4382
Project: Derby
Issue Type: Bug
Components: Documentation
Affects Versions: 10.5.3.0, 10.5.2.0, 10.5.1.1, 10.4.2.0, 10.4.1.3, 10.6.0.0
Reporter: Myrna van Lunteren
Priority: Minor
With 10.4.1.3, support was introduced for the SQL standard, 10.10 <sort
specification list>:
<null ordering> ::=
NULLS FIRST
| NULLS LAST
See https://issues.apache.org/jira/browse/DERBY-2887.
However, the documentation doesn't reflect this syntax.
It should at least get added to the reference guide order by section.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.