Enahancement: Beautifier and JOIN

When Beautifying a JOIN clause the join condition is on one line.

Example:
select *
from dual a
join dual b on a.dummy = b.dummy;

Can we have the JOIN clause in the same way the WHERE and AND/OR are treated in the rest of the SELECT statement? So it should look at the settings on the DML tab in the options sheet.

Regards,
Franc.
 
Back
Top