aiaiDBA

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

13718043309

010-86462881

PLS-00644: character set mismatch found at 'string' among result expressions in a CASE expression

PLS-00644: character set mismatch found at 'string' among result expressions in a CASE expression
Cause: In a CASE expression, the result expressions do not match in character set, and it is unclear which implicit conversion is required to correct the mismatch.
Action: Change the result expressions so that their character sets match.

请先 登录 后评论

1 个回答

小智
PLS-00644:CASE表达式中的结果表达式中' string ' 处发现的字符集不匹配,
.原因:在CASE表达式中,结果表达式在字符集中不匹配,并且不清楚需要哪个隐式转换来纠正不匹配。,
.操作:更改结果表达式,使其字符集匹配。,
.
请先 登录 后评论