How to turn on table name autocomplete feature in Toad?

star09 picture star09 · Jun 18, 2013 · Viewed 44k times · Source

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??

Answer

Andrea picture Andrea · Jul 17, 2013

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"