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 ...
It would just be nice to have an Option to turn it on and off.
But when there is no Alias i cant see the benefit of qualifying the Field names.
Select t.Field1 From Table t