Forum Moderators: coopster
Blackie, your solution works like a charm! That's what I was looking for.
Directix, I get the error
SELECT id, pass, user, email, ip
FROM players
WHERE pass
IN (
SELECT pass
FROM players
GROUP BY pass
HAVING count( * ) > 1
)
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select pass from players group by pass having count( * ) > 1 )
CU round!
Michal