How to turn on table name autocomplete feature in Toad?

后端 未结 3 1632
野的像风
野的像风 2020-12-14 01:34

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

3条回答
  •  温柔的废话
    2020-12-14 02:06

    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"

提交回复
热议问题