devroom.io/drafts/2008-11-14-sql-ordering-with-null-values.md
Ariejan de Vroom dbae98c4c0 Moar updates
2013-03-24 14:27:51 +01:00

576 B

title kind slug created_at tags
SQL: Ordering with NULL values article sql-ordering-with-null-values 2008-11-14
General
order
database
sql
null

First seen at Kabisa Blog: SQL: Ordering with NULL values

This post tells you how to sort NULL values in a column to the bottom and sort the remaining non-NULL values.

This is really great in combination with LEFT JOIN queries that may yield NULL values.