mysql order by, null first, and DESC after

Try this:

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

should work (for mySql)

Leave a Comment