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

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

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

select i.tag,count(i.tag) as tag_cnt 
from exam_record as r inner join examination_info as i on r.exam_id=i.exam_id 
where r.uid in #返回单列
(
    select
        uid#只能筛选uid列
    from
        exam_record
    where
        score is not null
        and start_time like "2021-09%"
        and submit_time like "2021-09%"
    group by
        uid
    having
        count(score) >= 3
) 
group by i.tag
order by tag_cnt DESC

全部评论

相关推荐

xtu大迫杰:偶遇校友,祝校友offer打牌
点赞 评论 收藏
分享
中科曙光 大模型推理优化工程师 25w 硕士211
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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