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

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

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

select tag,count(uid) as tag_cnt
from exam_record a
left join examination_info b on a.exam_id=b.exam_id 
where uid in (
select distinct uid
from exam_record
group by uid,date_format(start_time,'%Y%m')
having count(submit_time)>=3
) 
group by tag 
order by tag_cnt desc;

先得出当月完成次数>=3的用户uid,然后在连接的两个表中筛选出这些uid的记录,使用tag进行分组,求得相应数据

全部评论

相关推荐

真烦好烦真烦:牛友太有实力了
点赞 评论 收藏
分享
05-25 10:45
门头沟学院 Java
Frank_zhang:没实习一个项目肯定不够,可以再做一个轮子,技术栈再补一个mq,微服务,整体再换个简历模板,暑期尽量再找一个日常实习
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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