Hello,
I cannot find a way to format a SQL like:
select col1 , col2 INTO tablename from table2name it is allways converted to select col1 , col2 INTO tablename from table2name
Which is not a good thing if you have large lines and functions and ....
There is a linebreak option missing for INTO within a select (or at least I cannot find it).
Best regards
Dieter


