I have a table with three columns (first, last, and email). How do I write a DELETE command to find multiple records with the same email address and delete all but one.
ie.
John, Smith, JS@hotmail.com
John, Smiths, JS@hotmail.com
I want to key only on the email address and delete until only a single occurance of email.
Thakns,
ie.
John, Smith, JS@hotmail.com
John, Smiths, JS@hotmail.com
I want to key only on the email address and delete until only a single occurance of email.
Thakns,