SQL query to find Nth highest salary from a salary table

Viewed 61507

How can I find the Nth highest salary in a table containing salaries in SQL Server?

11 Answers
Related