🌈 搜索
📅  最后修改于: 2022-03-11 15:05:31.550000             🧑  作者: Mango
select max(salary), dept_id from employee where salary not in(select max(salary) from employee) group by dept_id;