MySQL ORDERBY Clause
The MySQL ORDERBY Clause used to sort the records in ascending or descending order.
MySQL ORDERBY Syntax
SELECT expressions FROM tables [WHERE conditions] ORDER BY expression [ ASC | DESC ];
The MySQL ORDERBY Clause used to sort the records in ascending or descending order.
SELECT expressions FROM tables [WHERE conditions] ORDER BY expression [ ASC | DESC ];