Hi All,
I would like to understand how to format correctly the CASE Expression with PL/SQL Beautifier.
Now when I use it, I have this behaviour:
CASE
WHEN ... THEN
1
WHEN .... THEN
2
I would like to have the value after then in single row:
CASE
WHEN ... THEN 1
WHEN .... THEN 2
I tried to change the files rules many time without success.
Can anyone help me?
Thank you very much
I would like to understand how to format correctly the CASE Expression with PL/SQL Beautifier.
Now when I use it, I have this behaviour:
CASE
WHEN ... THEN
1
WHEN .... THEN
2
I would like to have the value after then in single row:
CASE
WHEN ... THEN 1
WHEN .... THEN 2
I tried to change the files rules many time without success.
Can anyone help me?
Thank you very much