Hi
I know how to select unique entries from a MySQL table using the DISTINCT command, but what is its opposite? I.E. how can I select all entries with the same value. I'm trying to detect people registering with duplicate email addresses.
Many thanks