Hi All
I have a question
in the table a1(empid,sal) are the 2 columns
empid sal
100 5000
105 7500
110 3500
087 11136
95 14336
No I want to write the query which will give me the 3rd highest salary. or to generalize it to find the nth highest/nth lowest value from the table.
Note:- Rownum or Rowid is not to be used
Thanks