Answers for "mysql order by date null last"

SQL
0

mysql order by date asc null last

ORDER BY IF(ISNULL(my_field),1,0),my_field ASC
Posted by: Guest on May-04-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language