My SQL list values with ORDER BY – mysql October 5, 2011 Pramod T P Leave a comment SELECT * from emp_table ORDER BY name ASC;