gpt4 book ai didi

plsql - PL/SQL 中的 "When Others Then Null"有什么不好?

转载 作者:行者123 更新时间:2023-12-04 16:56:59 24 4
gpt4 key购买 nike

我刚看完 this question ,并且一个解决方案指出:

The fact that you don't know you got the NO_DATA_FOUND exception suggests that you have made one of the biggest errors PL/SQL developers ever make:

EXCEPTION
-- Never do this in real code!!!
WHEN OTHERS THEN NULL;
END;


你能解释一下这个语句中的错误是什么,你会怎么做才能避免这样做......

最佳答案

问题是,您正在捕获所有异常,然后忽略它们。你永远不会知道什么时候出了问题。

关于plsql - PL/SQL 中的 "When Others Then Null"有什么不好?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1438405/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com