hughlashbrooke.com
Find duplicate field values in MySQL - Hugh Lashbrooke
I recently had to clean up a database table of user data because it had the same email addresses assigned to multiple users. The first step was putting together a query that pulled only the duplicate email addresses and also told me how many times they occurred - this simple query looked something like this.
Hugh Lashbrooke