¿Hay alguna forma con PostgreSQL para ordenar filas con NULL
valores en campos hasta el final de la tabla seleccionada?
Me gusta:
SELECT * FROM table ORDER BY somevalue, PUT_NULL_TO_END
sql
postgresql
null
sql-order-by
helle
fuente
fuente
¿Esto hace el truco?
Tomado de: http://www.postgresql.org/docs/9.0/static/sql-select.html
fuente