I have just updated to Toad for Oracle 12.6.0.53 and have discovered a new "feature" when multiple tables in the same editor (in different statements) are given the same alias....
Previously, the pick list returned the columns from the table within the relevant statement. Now it returns the columns from the top table with the specific alias even if the cursor is in a completely different statement.
I have included a screen print below. As can be seen does the pick list show the columns from "all_tables" and not "all_tab_columns" as I would like it to.
Can this be changed anywhere. It is really annoying as I have always used a,b,c,d,... as alias.
I have just updated to Toad for Oracle 12.6.0.53 and have discovered a new "feature" when multiple tables in the same editor (in different statements) are given the same alias....
Previously, the pick list returned the columns from the table within the relevant statement. Now it returns the columns from the top table with the specific alias even if the cursor is in a completely different statement.
I have included a screen print below. As can be seen does the pick list show the columns from "all_tables" and not "all_tab_columns" as I would like it to.
Can this be changed anywhere. It is really annoying as I have always used a,b,c,d,... as alias.
I'm not saying it will never be fixed, but it is low priority.
The editor can do a better job of parsing your sql if you tell it where your statements end. Blank lines in SQL are acceptable. But if you have no semicolons, we have to start guessing where your sql begins and ends. It's really best if you have semicolons.