-
10 MySQL Tutorial for Beginners: The ORDER BY Clause
The ORDER BY clause specifies the sort order for the rows in a result set. To sort by more than one column, you simply list the names in the ORDER BY clause separated by commas. You can sort… Original source