Showing posts with label empty string last. Show all posts
Showing posts with label empty string last. Show all posts

Friday, November 18, 2011

PostgreSQL row sort with NULL values and empty string at last

ORDER BY NULLIF(first_name, '') DESC NULLS LAST
More examples here