I want to create a query that will select all the rows in table A that
dont appear in table B based on a column of ints that appears in both
tables. In other words table A has a column of memberIDs and table B
has a column of memberIDs. I want to select all the memberIDs from
table A that dont appear in table B.
Appreciate any advice.
dont appear in table B based on a column of ints that appears in both
tables. In other words table A has a column of memberIDs and table B
has a column of memberIDs. I want to select all the memberIDs from
table A that dont appear in table B.
Appreciate any advice.
Comment