In Toad 12.5, when you type the following statement, using a table alias:
e.g.
select * from SchemaName.Table a
where a.
When you type the '.' , Code Assist then opens the list of table columns. After selecting one column, instead of "a.ColumnName", the code assist writes "table.columnName" and replaces the alias name with the actual table name.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center