Answers for "mysql orderby field that might be null"

SQL
0

mysql order by desc null last

SELECT * FROM user 

ORDER BY COALESCE(name, 'zz') DESC
Posted by: Guest on May-04-2020

Code answers related to "mysql orderby field that might be null"

Code answers related to "SQL"

Browse Popular Code Answers by Language