ROWNUM with Greater than symbol..!
544878Apr 17 2007 — edited Apr 17 2007Hi
Can any one explain why ">" greater than operator not working with ROWNUM.
FOR EXAMPLE:
SELECT * FROM EMP where rownum > 2;
But the less than operator is working.
SELECT * FROM EMP where rownum < 2;
Please clarify this.
Thanks in advance.
Regards
Sathya