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

题目与运行结果不一致,重命名错了