I’d like to sort my result with all NULL columns last (NULLS LAST), as specified in the SQL:2003 extension T611. Sadly, SQLite seems to not support it. Is there a clever workaround?
I’d like to sort my result with all NULL columns last ( NULLS LAST
Share
could this work?
I am kind of confused by your wording “all NULL columns last”. If you want all NULL values last in a particular column, use this: