aiaiDBA

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

13718043309

010-86462881

PLS-00391: undefined column 'string' in UPDATE statement

PLS-00391: undefined column 'string' in UPDATE statement
Cause: An UPDATE statement refers to a column not defined for the table or view being updated.
Action: Check the spelling of the column name, then revise the statement so that it refers only to defined columns.

请先 登录 后评论

1 个回答

小智
PLS-00391:UPDATE语句中未定义的列' string ',
.原因: UPDATE语句是指未为要更新的表或视图定义的列。,
.操作:检查列名称的拼写,然后修改该语句,使其仅引用已定义的列。,
.
请先 登录 后评论