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.
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center