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 for Oracle,它有一个奇怪的行为。
这有效
select * from dd_contract
这不会产生错误
它要么是 FROM not found,要么是 Invalid statement 错误。唯一的区别是最后一列和 FROM 关键字之间有空行。它可能是某个地方的某个设置,但我什至不知道如何搜索它。
取消选中选项中执行/编译页面上的“将空行视为语句终止符”选项。
您可以使用 Ctrl+Enter 在 Toad 中执行代码,该逻辑使用空行作为语句终止符。