题解 | #每份试卷每月作答数和截止当月的作答总数。#

每份试卷每月作答数和截止当月的作答总数。

https://www.nowcoder.com/practice/5f1cbe74c682485aa73e4c2b30f04a62

select a.*,
sum(a.month_cnt) over(partition by a.exam_id order by a.start_month)

from
(
select
er.exam_id,
date_format(er.start_time,'%Y%m') as start_month,
count(1) as month_cnt
from exam_record er
group by er.exam_id,date_format(er.start_time,'%Y%m')
) a

全部评论

相关推荐

不愿透露姓名的神秘牛友
今天 10:52
点赞 评论 收藏
分享
挣K存W养DOG:他真的很中意你,为什么不回他
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务