M
Matt Seitz
How can I use Query Builder to build a query of the form "(A OR B) AND (C OR
D)"?
When I try to do that, I can't seem to get Query Builder to create a second "OR"
group. The closest I can seem to come is either
1. A AND B AND (C OR D)
2. A OR B OR (C OR D)
Neither of which is what I want.
D)"?
When I try to do that, I can't seem to get Query Builder to create a second "OR"
group. The closest I can seem to come is either
1. A AND B AND (C OR D)
2. A OR B OR (C OR D)
Neither of which is what I want.