how to look error text when beautiful?

bjabc

Member
...
select case when 10then 1 else 0 end as flag from dual;
...

i run "beautifier" button, PL/SQL show below text on the status bar:
PL/SQL Beautifier could not parse text

how to look the not parse text?
for example: select case when 10then 1 else 0 end as flag from dual;

thanks
 
thank your reply.

yes, i know the problem of above sql for beautifier, this is a simple example.

it is happy if can display or locate the bad sql text when running beautifier, not only display "PL/SQL Beautifier could not parse text" on status bar, because it is hard work to find the bad text in large package body.

sorry, my english is poor

thanks
 
Last edited:
Back
Top