Igor Tandetnik
Fri, 16 May 2008 10:39:23 -0700
"Andrés G. Aragoneses" <[EMAIL PROTECTED]>
wrote:
> Hello, I am querying a list of elements and some of them are blank
> (''). However, I want that those who are blank appear as the last
> (instead of the first) elements when I sort with ORDER BY
> alphabetically. How can I do this with just SQL?
ORDER BY text = '', text
Igor Tandetnik
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users