I want to sort by an column of ints ascending, but I want 0 to come last. Is there anyway to do this in MySql?
SELECT * FROM your_table ORDER BY 0.1/your_field;