Try this code:
ORDER BY column 1 DESC, column 2
The above code sorts everything by column 1 (in descending order) first, and then by column 2 (in ascending order, which will be done by default), it happens whenever the column 1 fields for two or more rows are equal.