The keyboard-shortcuts tag has no wiki summary.
0
votes
0answers
50 views
How to use column name completion in Toad for Oracle?
I'm using Toad for Oracle 10.6 and often write queries like:
SELECT * FROM my_table WHERE k....
But how can I do name completion for the column name (k... in this case)?
I know that I can write
...