aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PLS-00617: at least one result in the CASE expression must not be NULL

PLS-00617: at least one result in the CASE expression must not be NULL
Cause: All the results in the CASE expression are the literal NULL.
Action: Change at least one result in the CASE expression to be non-NULL.

请先 登录 后评论

1 个回答

小智
PLS-00617:CASE表达式中的至少一个结果不能为NULL,
.原因: CASE表达式中的所有结果都是字面值NULL。,
.操作:将CASE表达式中至少一个结果更改为非NULL。,
.
请先 登录 后评论