J
Jaime
I have two Queries, lets call them A and B, each returning one column,
named ID. I want to compare the ID column for A, with the ID column
for B, and return all the ID's in A that do not appear in B. Can you
all please help me out? I am completely stuck. Thanks!!!
EXAMPLE:
A: B:
ID ID
1 1
2 3
3 4
4
5
I want a query, call it C, that will return:
C:
ID
2
5
named ID. I want to compare the ID column for A, with the ID column
for B, and return all the ID's in A that do not appear in B. Can you
all please help me out? I am completely stuck. Thanks!!!
EXAMPLE:
A: B:
ID ID
1 1
2 3
3 4
4
5
I want a query, call it C, that will return:
C:
ID
2
5