query to select customers who bought product a but did not buy products b . (without using sub selects) Table 1 = List of Customers, Table 2 = Products sold to customers (remember if a customer bought product b we want to exclude them from the result) only in one query
I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...