FILTER AFTER ORDER BY CLAUSE IN ORACLE
FILTER AFTER ORDER BY CLAUSE IN ORACLE
Sequence of Commands in Oracle
In SQL the order of commands are:
- SELECT
- FROM
- WHERE
- GROUP BY
- HAVING
- ORDER BY
Usually ORDER BY is the last command in SQL. But 11g has introduced …