Skip to main content
Why is this correct? - 1 AND 2 AND 3 AND ((4 OR 5) AND (6 OR 7)) OR (4 AND (8 OR 9))

 

Why is this NOT correct? - 1 AND 2 AND 3 AND (((4 OR 5) AND (6 OR 7)) OR (4 AND (8 OR 9)))

 

Not the bolded parens after the third AND. It's basically conditions 1 - 3 along with (condition set 1 OR condition set 2). Seems to me I'd need that extra set of parens to set the OR condition apart from the main conditions. Am I wrong?
7 个回答
  1. 2021年3月10日 23:33
    Can't be any more straightforward with the info I have from what you have stated. I will let Steve take a stab.
0/9000