My SQL Use two ORDER BY fields October 5, 2011 Pramod T P Leave a comment SELECT * from emp_table ORDER BY category, name;