<

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 ];  
















© copyright 2017-2022 Completedone pvt ltd.