Subject | NULLS LAST |
---|---|
Author | jasajona |
Post date | 2010-03-10T08:52:48Z |
Hello,
If there is: ORDER BY 2 NULLS LAST
Everything is fine all records with second field value NULL go to bottom.
If there is: ORDER BY 2, 1, 3 NULLS LAST
Even if all first three fields are null record go to top.
Should I report a bug or there is something else that I do not know?
Thank you!
If there is: ORDER BY 2 NULLS LAST
Everything is fine all records with second field value NULL go to bottom.
If there is: ORDER BY 2, 1, 3 NULLS LAST
Even if all first three fields are null record go to top.
Should I report a bug or there is something else that I do not know?
Thank you!