SyntaxFix
Write A Post
Hire A Developer
Questions
When your order column is numeric (like a rank) you can multiply it by -1 and then order descending. It will keep the order you're expecing but put NULL last.
select * from table order by -rank desc