In what order would this be evaluated. My intension is that if it finds either foo or bar, it would also search for lol and rofl.
Is this totally in the woods? And if so, how would one evaluate an expression like that.
In what order would this be evaluated. My intension is that if it finds
Share
The
ANDoperator has higher precedence thanORin MySql, so your current expression evaluates as:Add parentheses to the expression if you want to force the evaluation order: