题解 | #统计作答次数#

统计作答次数

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

select count(start_time) as total_pv,
    COUNT(submit_time) as complete_pv,
    #去除未完成的试卷
    COUNT(distinct exam_id and score is not null) as complete_exam_cnt
from
    exam_record;
    
算法和编程题解 文章被收录于专栏

分享在线编程题解

全部评论

相关推荐

10-30 22:18
已编辑
毛坦厂中学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务