Hi
I have a table named "salary".
I need to find out 3rd highest salary from this table.
How to write query for that?
I have a table named "salary".
Code:
user_id salary 1 100 2 200 3 500 4 500 5 500 6 700 7 800 8 700 9 800
How to write query for that?
Comment