select
    max(pass_count) as maxCnt
from
    questions_pass_record_detail
where
    question_type = 'sql';