Hi, I'm pretty new to SQL queries.
Anyways, I have 2 tables.
Table A and B.
They both carry some of the same data except that the ID#'s will be different.
I want to create a list of all the data that matches say the criteria of name and address from these 2 tables and to print out the unique ID's along with this data for them.
Does this make sense?
Anyways, I have 2 tables.
Table A and B.
They both carry some of the same data except that the ID#'s will be different.
I want to create a list of all the data that matches say the criteria of name and address from these 2 tables and to print out the unique ID's along with this data for them.
Does this make sense?
Comment