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

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

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

select b.tag,count(*) tag_cnt
from exam_record a join examination_info b on a.exam_id=b.exam_id and a.uid in 
(select a.uid z
from exam_record a join examination_info b on a.exam_id=b.exam_id 
group by a.uid,LEFT(submit_time,7)
having count(a.submit_time)>=3) 
group by b.tag
order by tag_cnt desc

全部评论

相关推荐

10-25 00:32
香梨想要offer:感觉考研以后好好学 后面能乱杀,目前这简历有点难
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务