Showing posts with label sort null and empty values. Show all posts
Showing posts with label sort null and empty values. 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