sql >> Base de Datos >  >> RDS >> Mysql

mysql order by, null primero y DESC después

Prueba esto:

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

debería funcionar (para mySql)