K keeeps Member Sep 16, 2013 #1 Hi, We are looking for a tool that will be able to format code in the following way: SQL: SELECT a.col1 col_1 , b.col2 col_2 FROM t1 a INNER JOIN t2 b ON b.col2 = a.col2 Last edited: Sep 16, 2013
Hi, We are looking for a tool that will be able to format code in the following way: SQL: SELECT a.col1 col_1 , b.col2 col_2 FROM t1 a INNER JOIN t2 b ON b.col2 = a.col2
K keeeps Member Sep 16, 2013 #1 As you can see, aliases and operators are aligned. Unfortunately, PL/SQL Developer is currently not able to do that with its Beautifier. Will you be able to add this capability?
As you can see, aliases and operators are aligned. Unfortunately, PL/SQL Developer is currently not able to do that with its Beautifier. Will you be able to add this capability?
Marco Kalter Administrator Staff member Sep 17, 2013 #1 I have added this to the list of enhancement requests.