SELECT salary FROM TN a WHERE n - 1 = (SELECT COUNT(salary) FROM TN b WHERE b.salary > a.salary)
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)