R
Ray magill
I have a orders table.
CustNum, ordType
1,a
2,a
1,b
I want to return all CustNum's that have an ordType of a that don't have
any other orders that have a type of b
2,a
I know I can do this with Multiple querys, is there a way to do this with a
single query of statement
Thanks
CustNum, ordType
1,a
2,a
1,b
I want to return all CustNum's that have an ordType of a that don't have
any other orders that have a type of b
2,a
I know I can do this with Multiple querys, is there a way to do this with a
single query of statement
Thanks