A
Anders Juul
Dear Group.
I have a table with - among other things - names and salaries.
My problem is to return the TWO highest salaries:
Name Salary
---------------------
Person A 120.000
Person B 100.000
Person C 155.000
Person D 119.500
My query should return Person A and Person C
How can that be done?
(In MySQL it would be simple with a LIMIT-command, but that doesn't work
here...
Regards
Anders Juul
I have a table with - among other things - names and salaries.
My problem is to return the TWO highest salaries:
Name Salary
---------------------
Person A 120.000
Person B 100.000
Person C 155.000
Person D 119.500
My query should return Person A and Person C
How can that be done?
(In MySQL it would be simple with a LIMIT-command, but that doesn't work
here...
Regards
Anders Juul