find the max salary in employee table ???/

select max(salary) from salary where salary < (select max(salary) from salary);

No comments:

Post a Comment