Hello.
I'd like a better handling of the complex conditional expressions with lots of parenthesis in PL/Beautifier. It'll be nice the ability to align the inner parenthesis, something like:
select empno, deptno
from emp
where (empno != 1 and empno != 3)
or (empno != 3
and ((empno != 5
and empno != 7)
or empno = 10
))
I'd like a better handling of the complex conditional expressions with lots of parenthesis in PL/Beautifier. It'll be nice the ability to align the inner parenthesis, something like:
select empno, deptno
from emp
where (empno != 1 and empno != 3)
or (empno != 3
and ((empno != 5
and empno != 7)
or empno = 10
))