Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Toad 版本 11.0.0.116。当我开始输入表时,我没有得到默认的表名选项。怎么开启自动补全功能??
按Ctrl+.应该会显示可用表的列表。
例如键入:
SELECT * FROM U
然后按Ctrl+.应该会显示以“U”开头的所有表格的列表
作为替代方案,您可以按Ctrl+T
尝试设置默认架构:Toad 选项 > Oracle > 常规 > 默认架构。