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.
如何在 IBM DataStudio 中查看整个 SP 的访问计划以及成本,我可以针对单个查询查看它,但是当我对存储过程执行相同操作时,它会引发错误。
找到了答案,使用命令窗口中的 db2expln 可执行文件,我能够为存储过程生成执行计划。