Jump to content

Removing duplicates...


RIRedinPA

Recommended Posts

I know this is a common question but I need some help, my query isn't working.

 

I have a db with the fields id (primary key, auto-increment), name, email, storeStatus, storePhoto, storeAds

 

There are several duplicates where the id is unique but the name, email, etc, are duplicated.

 

I've tried:

 

CREATE TABLE emailListDuplicate SELECT * FROM emailList GROUP BY id, name, email, storeStatus, storePhoto, storeAds

 

but that is just giving me a complete duplicate of the original table. How can I create a new table with just distinct records from the first one?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/140958-removing-duplicates/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.