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

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

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

select
	exam_id,
	date_format(start_time, '%Y%m') as start_month,
	count(*) as month_cnt,
    sum(count(*)) over (partition by exam_id order by date_format(start_time, '%Y%m')
		rows between unbounded preceding and current row) as cum_exam_cnt
from exam_record
group by exam_id, date_format(start_time, '%Y%m')
order by exam_id, start_month;

全部评论

相关推荐

牛客62533758...:华为不卡双非,而是卡院校hhhh
点赞 评论 收藏
分享
鱼专:你没有问题,有问题的是java市场,我有实习经历都捞不到实习,走一步看一步吧
点赞 评论 收藏
分享
好羡慕走AI技术方向的人,实习薪资这么高😱 人比人气死人😭
勇敢的嘟教授在考古:芯片公司挣得多多的,钱给的还不如互联网
点赞 评论 收藏
分享
评论
2
1
分享

创作者周榜

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