I have a database of over 600,000 business listings, and there are probably 100,000 duplicates in there.
So, I'm asking how to delete the duplicates efficiently. I made a table with all of the listing names that have duplicates. I need to somehow check all the names against the 600,000 listings and delete the duplicates.
The duplicate listings have all the same information, just a different ID in the table.
Any help is appreciated,
Thanks,
Dave
So, I'm asking how to delete the duplicates efficiently. I made a table with all of the listing names that have duplicates. I need to somehow check all the names against the 600,000 listings and delete the duplicates.
The duplicate listings have all the same information, just a different ID in the table.
Any help is appreciated,
Thanks,
Dave






