I have a table (customers) without a primary key. I want to make the
email_address field the primary key, only problem is, several records
already share the same email_address

How do I write a query which will show me all the instances where
email_address is duplicated throughout the table.

--
Ferindo

Reply via email to