Showing posts with label SQL Language. Show all posts
Showing posts with label SQL Language. Show all posts

PHP & MySQL: The ORDER BY Keyword

The ORDER BY keyword is used to sort the data in a recordset.

The ORDER BY keyword sort the records in ascending order by default.

If you want to sort the records in a descending order, you can use the DESC keyword.