Showing posts with label rails sort_by nul. Show all posts
Showing posts with label rails sort_by nul. 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