0

I can get second highest salary by this query. is it possible to use this query for calculate fifth highest salary??

SELECT max(salary) 
FROM [Employee] 
where (EmployeeID not in 
  (SELECT max(EmployeeID ) FROM [Employee] ))

please help me...

Barun Kumar
  • 209
  • 1
  • 2
  • 18

0 Answers0