Existe uma maneira com o PostgreSQL de classificar as linhas com NULL
valores nos campos até o final da tabela selecionada?
Gostar:
SELECT * FROM table ORDER BY somevalue, PUT_NULL_TO_END
sql
postgresql
null
sql-order-by
Helle
fonte
fonte
Isso faz o truque?
Retirado de: http://www.postgresql.org/docs/9.0/static/sql-select.html
fonte