select count(start_time) total_pv, count(score) complete_pv, count(distinct exam_id and score is not null) complete_exam_cnt from exam_record
select count(start_time) total_pv, count(score) complete_pv, count(distinct exam_id and score is not null) complete_exam_cnt from exam_record