A
Anonymous
Guest
Hi Guys,
I have 2 databases that I need to extract email addresses from.
What I want to do is end up with a result set containing :-
a) The 'email' field from DB1.members and DB2.users
b) The email addresses that are in DB1.members BUT NOT in DB2.users
c) The email addresses that are NOT in DB1.members but ARE in DB2.users.
Confused? .. I am...
There is NO field by which to compare the databases/tables as in a LEFT JOIN ... ON, or maybe the syntax has me confused.
Any help please??????
I have 2 databases that I need to extract email addresses from.
What I want to do is end up with a result set containing :-
a) The 'email' field from DB1.members and DB2.users
b) The email addresses that are in DB1.members BUT NOT in DB2.users
c) The email addresses that are NOT in DB1.members but ARE in DB2.users.
Confused? .. I am...
There is NO field by which to compare the databases/tables as in a LEFT JOIN ... ON, or maybe the syntax has me confused.
Any help please??????