R
Robert Boisvert
I have 2 tables (Table 1 and Table 2) with a common field "Contract" and
would like to know which records that are in Table 1 and not in Table 2
based on the field "Contract" something like
select Contract from table1 where contract not in (select contract from
table2)
How do you do this??
would like to know which records that are in Table 1 and not in Table 2
based on the field "Contract" something like
select Contract from table1 where contract not in (select contract from
table2)
How do you do this??