91-9990449935 0120-4256464 |
SQL ORDER BY CLAUSE WITH DESCENDING ORDER:This statement is used to sort data in descending order. You should use the DESC attribute in your ORDER BY clause as follows. Let's see an example of an employee table:
This is an example to sort the result in descending order by NAME. This would produce the following result.
Next TopicSQL Sorting On Multiple Columns
|