Autoformat writes Table Name infront of each field.
Is it posible to configure the Autoformat Option so it does not always write the Table name infront of each field when there is no Alias declined on the Table name.
i.e. Select table.field1 from table
in this example the is no need for the table.
it just makes the Code extremly long ...
i.e. Select table.field1 from table
in this example the is no need for the table.
it just makes the Code extremly long ...
Select t.Field1 From Table t