题解 | #月均完成试卷数不小于3的用户爱作答的类别#

月均完成试卷数不小于3的用户爱作答的类别

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

select
t2.tag
,count(t1.exam_id) tag_cnt
from exam_record t1 left join examination_info t2
on t1.exam_id = t2.exam_id
where uid in 
(
    select
    uid
    from exam_record t1 left join examination_info t2
    on t1.exam_id = t2.exam_id
    where submit_time is not null
    group by 1,substring(start_time,1,7)
    having count(submit_time) >= 3
)
group by 1
order by 2 desc;

全部评论

相关推荐

03-27 01:58
已编辑
西北工业大学 Java
在平静中度过当下:如果这个bg也简历挂的话可能他们现在不缺人了吧,我也是这两天投的,阿里和快手投的岗都是简历秒挂
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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