My SQL Order two columns with different orders – mysql October 5, 2011 1 Comment SELECT * from emp_table ORDER BY category DESC, name ASC;