Beautifier question for table/view creation

Alex M

Member
I've been using PL/SQL Developer for years and have always struggled that it doesn't format table/view creation using the beautifier.

Maybe I'm missing something. Shouldn't our tool do that? Is there something I need to enable to do that?

Thanks!
 
The PL/SQL Beautifier only beautifies PL/SQL. It cannot process DDL statements like "create table".

However, for View DDL you can mark the select statement and invoke the beautifier.
 
Back
Top