johncnoland
Programmer
Table A is a master set of keys values (Date, ID, City).
The records in Table B represent a sub-set of the key values in Table A.
How can I retrieve the records in Table A that are not in Table B?
Thought of using a sub-query but don't those only return a single column?
Using SQL 2000.
The records in Table B represent a sub-set of the key values in Table A.
How can I retrieve the records in Table A that are not in Table B?
Thought of using a sub-query but don't those only return a single column?
Using SQL 2000.