Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
Order by relational operator supports the use of user defined functions for custom ordering.
eg -
X = ORDER A BY a1,a2,a3 USING myFunction();
But it is not documented.