can anybody tell us, how to select 2nd max salary from table. my id is ashish.akk@gmail.com
select max(salary) as secondMax from employee where id <> (select max(salary) from employee)