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.
select A.id,A.salary from employee A minus select B.id ,B.salary from Msg b
像上面的查询一样,我有 100 多个类似类型的查询,涉及不同的表。如果上面的查询返回 0 条记录,那么它是成功的。除了手动执行这个查询之外,还有什么方法可以一次执行所有查询,即使是成功还是失败,必须执行所有查询。我有toad 9.7 版(附加信息)
可能会保存您对文件的查询,然后使用 toad 加载和执行脚本文件,这将是您的答案。