M
Martin A. Weinberger
Hi all,
I have the following table.
Table: MyTable
IDPrimary IDBook IDPurchaser
1 1 1
2 1 2
3 1 3
4 1 4
5 2 1
6 2 2
7 2 3
8 3 1
9 3 2
10 3 4
I'd like to perform a query, whereby I find all the book IDs that a specific
purchaser did not make. That is if we are talking about purchaser '4', then
the result should list 2. I'm a bit stumped. I tried several thoughts, but
nothing worked.
Thanks in advance,
I have the following table.
Table: MyTable
IDPrimary IDBook IDPurchaser
1 1 1
2 1 2
3 1 3
4 1 4
5 2 1
6 2 2
7 2 3
8 3 1
9 3 2
10 3 4
I'd like to perform a query, whereby I find all the book IDs that a specific
purchaser did not make. That is if we are talking about purchaser '4', then
the result should list 2. I'm a bit stumped. I tried several thoughts, but
nothing worked.
Thanks in advance,