ANSI joins

salles

Member
Is there any option in PL/SQL Developer 12 to convert the queries written using the old-style joins (using "(+)") to new ANSI joins (using "LEFT OUTER JOIN")?
 
I would like to suggest this very useful implementation and can be obtained from the site www.sqlparser.com
Source code is also available (http://www.sqlparser.com/dlaction.php?fid=sqlformatter_demo&ftitle=SQL%20Formatter%20with%20source%20code).
Thanks for listening.
 
Back
Top