andreas_udby
12-10-2002, 06:12 PM
If, in a SELECT statement, I have a WHERE clause that specifies "WHERE [conditions A and B] Or [conditions B and C]", does that statement double-count individuals that meet all the conditions A, B, and C?
If so, how would I specifiy it not to include those individuals, so that my statement isn't double-counting them? Is "WHERE [conditions A and B] Or [conditions B and C] NOT [conditions A, B, C]" a legal WHERE clause?
Thanks,
Andreas
If so, how would I specifiy it not to include those individuals, so that my statement isn't double-counting them? Is "WHERE [conditions A and B] Or [conditions B and C] NOT [conditions A, B, C]" a legal WHERE clause?
Thanks,
Andreas