Hello,
I have a table that contains EMAIL, CLIENTID, DATE, USERNAME. Some of the EMAIL addresses are the same but with different CLIENTIDs. Most are in the table multiple times with different dates. I need to run a query that tells me what lines of data contain the same EMAIL address when the CLIENTID is different.
Is it possible to run a matched and unmatched query in the same query? I have tried it separately and it does not work with my data.
Thank you.
I have a table that contains EMAIL, CLIENTID, DATE, USERNAME. Some of the EMAIL addresses are the same but with different CLIENTIDs. Most are in the table multiple times with different dates. I need to run a query that tells me what lines of data contain the same EMAIL address when the CLIENTID is different.
Is it possible to run a matched and unmatched query in the same query? I have tried it separately and it does not work with my data.
Thank you.