nested parenthesis

In a query, allow indentation, or multiple statements on a single line. I should be able to write:
(A and B and C) OR
(D and E and F)

rather than
(A and
B and
C)
or (D
and E
and F)

It's hard to read and debug.

  • Guest
  • Apr 15 2015
  • Attach files