SQL ORDER BY Clause
The ORDER BY clause is used in the SQL SELECT statement to order the data in ascending or descending order, this may help us get a better look when analyzing data, the ORDER BY clause can sort numeric as well as alphabetical data in both ascending and descending order.
SQL ORDER BY Clause Syntax
- Read more about SQL ORDER BY Clause
- 1 comment
- Log in or register to post comments
- 157 views