"January Weiner" <[email protected]>
wrote in message
news:[email protected]
> default sorting with ORDER BY puts the NULL values at the beginning.
> How can I change this behaviour?

select * from myTable
order by (b is null), b;

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to