select user_id from done_questions_record where result_info=1 group by user_id having count(result_info)>2 order by user_id;