题解 | 统计加班员工占比

统计加班员工占比

https://www.nowcoder.com/practice/6c0a521c36e14c7599eaef858f6f8233

select department , 
concat(round((sum(if(timestampdiff(second,first_clockin,last_clockin)/3600 > 9.5, 1,0))/count(department))*100,1),'%') ratio 
from staff_tb a left join  attendent_tb b 
on a.staff_id= b.staff_id 
group by department  
order by ratio desc

全部评论

相关推荐

最喜欢秋天的火龙果很...:第一份工作一定要往大的去,工资低点没事。后面换工作会更好找,即使你去小公司,你也不可能不会换工作的。所以找大的去
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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