题解 | 统计各岗位员工平均工作时长

统计各岗位员工平均工作时长

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

select
post
,sum(timestampdiff(minute,a.first_clockin,a.last_clockin)/60.0)/count(distinct s.staff_id) as work_hours
from staff_tb s
join attendent_tb a
on s.staff_id = a.staff_id
where a.first_clockin is not null and a.last_clockin is not null
group by 1
order by work_hours desc

时间差函数函数

全部评论

相关推荐

01-09 17:12
四川大学 Java
叁六玖:上次建行给我开25万,让我扣2办理
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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