Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn on table name autocomplete feature in Toad?

Tags:

toad

I'm using Toad version 11.0.0.116. I'm not getting default tablename options when I start typing table. How to turn the autocomplete feature on??

like image 273
star09 Avatar asked Jun 18 '13 05:06

star09


3 Answers

Pressing Ctrl + . should show you a list of available tables.

For example typing:

SELECT * FROM U

and then pressing Ctrl + . should show you a list of all the tables starting with "U"

like image 62
Andrea Avatar answered Nov 18 '22 23:11

Andrea


As an alternative you can press Ctrl + T

like image 22
Tobias Avatar answered Nov 19 '22 00:11

Tobias


Try setting a default schema: Toad Options > Oracle > General > Default Schema.

like image 2
Steve Avatar answered Nov 19 '22 00:11

Steve