Mysql
 sql >> Database >  >> RDS >> Mysql

mysql order by, null first e DESC dopo

Prova questo:

ORDER BY [reuestId] IS NULL DESC, [reuestId] DESC

dovrebbe funzionare (per mySql)