题解 | #查找在职员工自入职以来的薪水涨幅情况#

查找在职员工自入职以来的薪水涨幅情况

https://www.nowcoder.com/practice/fc7344ece7294b9e98401826b94c6ea5

没有用到第一个表好像也可以,解法如下:
select t1.emp_no,(t2.x-t1.n) growth
from
(select emp_no,min(from_date),min(salary) n
from salaries
group by emp_no) t1
join
(select emp_no,max(salary) x
from salaries
where to_date='9999-01-01'
group by emp_no) t2
on t1.emp_no=t2.emp_no
order by growth


全部评论

相关推荐

点赞 评论 收藏
分享
大佬们,在大厂实习的都是几百一天???
爱睡觉的冰箱哥:实习工资这个不都是公开的吗,a不了,字节400,快手350,有些有房补餐补这样
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务