I have a table variable that im inserting data from 4 tables into. [Full Name], , and [Locale]
The user could have done some fun things became a record in any one of the four tables, however maybe didnt spell thier name the same, or John shares an email with Jane, and both of them were having fun.
Whats the best way to query to just get one distinct email address? It doesnt matter which full name is used, and John and Jane have the same Locale, but i dont want to email John and Jane twice.
The user could have done some fun things became a record in any one of the four tables, however maybe didnt spell thier name the same, or John shares an email with Jane, and both of them were having fun.
Whats the best way to query to just get one distinct email address? It doesnt matter which full name is used, and John and Jane have the same Locale, but i dont want to email John and Jane twice.