My brain hurts.
I have a client that process lists of names and addresses. He recieves them from various sources.
He needs to filter the lists as they come in to remove duplicate entries.
I merge the table that has his old data with the list that has the new data in a temporary table and then choose distinct from the temp table to filter out the duplicates using the apropriate columns. So far so good. Now I have the uniques.
So now, what's the easy way to find the duplicates and create a list (table) of those?