select user_id from done_questions_record group by user_id
having count(*) >2 order by user_id desc