Mysql Nested Query

SELECT * from users WHERE id IN(SELECT user_id  FROM `problem_history` 
WHERE problem_id=179 ORDER BY id DESC );
Singh99