List NULLs at end of query output
If ordering by
col
...
... ORDER BY IF(col IS NULL, 0, 1 ), col ...