Here is the code that will help you understand my question:
select *
from table1
where ((((field1=value1 and field2=value2) or field3=value3) and field4=value4) or field5=value5) ...
The Parse Tree
are composed of and
or
. Is there a nesting limit for Parse Tree
in MySQL?