select count(*) as total_pv,count(submit_time) as complete_pv
,count(distinct if(submit_time is not null ,exam_id,null)) as examcnt
from exam_record