N
neeraj
Order # Service
1 A
1 B
2 A
3 A
3 B
3 C
.....
I have the above query in which orders are grouped . There are a few
services like A,B,C, D and each order can have a combination of these
servies. I am trying to create a query by which I want to find all orders
(along with all the services that they have) which have Service A included
but not Service B. How can I do it
1 A
1 B
2 A
3 A
3 B
3 C
.....
I have the above query in which orders are grouped . There are a few
services like A,B,C, D and each order can have a combination of these
servies. I am trying to create a query by which I want to find all orders
(along with all the services that they have) which have Service A included
but not Service B. How can I do it