AlexTekTip
Programmer
I have two tables (X and Y). They both have column ITEM.
Y.ITEM must exist in X.ITEM
X.ITEM does not need to exist in Y.ITEM
I need a query that will give me a list of
X.ITEM's not in Y.
Thank You.
Y.ITEM must exist in X.ITEM
X.ITEM does not need to exist in Y.ITEM
I need a query that will give me a list of
X.ITEM's not in Y.
Thank You.