aiaiDBA

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

13718043309

010-86462881

ORA-34656: (MXSQL24) Additional WHERE clause conditions with CURRENT OF <cursor name> syntax

ORA-34656: (MXSQL24) Additional WHERE clause conditions with CURRENT OF syntax
Cause: A SQL UPDATE or DELETE statement tried to use the CURRENT of syntax with a WHERE clause containing multiple conditions.
Action: When using the CURRENT OF syntax make sure it is the only condition in the WHERE clause.

请先 登录 后评论

1 个回答

小智
ORA-34656:(MXSQL24)使用CURRENT OF 语法的其他WHERE子句条件,
.原因: SQL UPDATE或DELETE语句试图对包含多个条件的WHERE子句使用语法的CURRENT。,
.操作:使用CURRENT OF 语法时,请确保它是WHERE子句中的唯一条件。,
.
请先 登录 后评论