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

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

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

答案:

select e.emp_no, (s2.salary-s1.salary) growth
from employees e
join salaries s1 on e.emp_no=s1.emp_no and e.hire_date=s1.from_date //入职
join salaries s2 on e.emp_no=s2.emp_no and s2.to_date='9999-01-01'  //在职最后一条工资记录
order by growth
全部评论

相关推荐

强大的马里奥:不太可能,我校计算机硕士就业率99%
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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