select * from employeeselect max(e_salary) from employee where e_salary not in (select max(e_salary) from employee)