select t.user_id from (select user_id, sum(result_info) as pass_cnt from done_questions_record group by 1 having sum(result_info) >2) t order by 1