desc order oracle code example
Example: order by oracle
SELECT expressions
FROM tables
[WHERE conditions]
ORDER BY expression [ ASC | DESC ];
SELECT expressions
FROM tables
[WHERE conditions]
ORDER BY expression [ ASC | DESC ];