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