O ondra127 Member Apr 30, 2025 #1 Hello, I would like to ask if is possible to choose an option in Beatifier, that keep CASE clause inline? Like this Select 1 as id, case when 1=1 then 0 else 1 end as test, from dual; Thank you Ondrej
Hello, I would like to ask if is possible to choose an option in Beatifier, that keep CASE clause inline? Like this Select 1 as id, case when 1=1 then 0 else 1 end as test, from dual; Thank you Ondrej
Marco Kalter Administrator Staff member May 1, 2025 #1 No, this is currently not possible. I have added this to the list of enhancement requests.
William Robertson Member³ May 3, 2025 #1 Also, keeping when/then on the same line would also save me a lot of manual editing: Code: case when xxx then 1 when yyy then 2 when zzz then 3 else 4 end
Also, keeping when/then on the same line would also save me a lot of manual editing: Code: case when xxx then 1 when yyy then 2 when zzz then 3 else 4 end