题解 | #统计作答次数#

统计作答次数

https://www.nowcoder.com/practice/45a87639110841b6950ef6a12d20175f

select
    count(1) as total_pv,
    sum(
        case
            when a.submit_time is not null
            and a.score is not null then 1
            else 0
        end
    ) as complete_pv,
    count(
        distinct case
            when a.submit_time is not null
            and a.score is not null then a.exam_id
            else null
        end
    ) as complete_exam_cnt
from
    exam_record a

你爱用if用if哈,我是不怎么喜欢if。因为以前遇到过很多复杂条件,if用着是真难受。

全部评论

相关推荐

美团 后端开发 总包n(15%是股票)
点赞 评论 收藏
分享
点赞 评论 收藏
分享
无情咸鱼王的秋招日记之薛定谔的Offer:好拒信,偷了,希望有机会用到
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务