第二高工资

select IFNULL((select distinct salary from Employee order by salary desc limit 1, 1), NULL) as SecondHighestSalary;
posted @ 2024-01-31 11:23  人在京城  Views(33)  Comments(0)    收藏  举报