Ayant un nombre supérieur à 1 MySQL

SELECT * FROM `users`
WHERE AND `status` = 1
GROUP BY name
HAVING COUNT(*) > 1
ORDER BY `id` DESC
Prasanth PPS