If I have a complex where condition in SQL like
WHERE A < 2 AND (( B == null OR C > 3) AND (D > 4 OR E < 2))
How do I express this i