code completion give an alias after selection table
Posted: Thu 20 Feb 2014 13:24
If I create a query (SELECT field1, field2 FROM ) and select a table via code completition, the tablename get an alias (SELECT field1, field2 FROM table t).
This results an error in the query, because the fields are not aliased.
This results an error in the query, because the fields are not aliased.