SELECT *
FROM mytable
ORDER BY IF(rank > 0, 0, 42),
rank
Onde
42
é qualquer positivo número. Escolhi 42 apenas porque é http://en.wikipedia.org/ wiki/Answer_to_the_Ultimate_Question_of_Life,_the_Universe,_and_Everything
SELECT *
FROM mytable
ORDER BY IF(rank > 0, 0, 42),
rank
42
é qualquer positivo número. Escolhi 42 apenas porque é http://en.wikipedia.org/ wiki/Answer_to_the_Ultimate_Question_of_Life,_the_Universe,_and_Everything