A Alex M Member Aug 3, 2018 #1 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!
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!
Marco Kalter Administrator Staff member Aug 4, 2018 #1 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.
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.