aiaiDBA

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

13718043309

010-86462881

PCC-02333: SQL identifier was not declared as a statement

PCC-02333: SQL identifier was not declared as a statement
Cause: A SQL statement identifier was referenced in a DECLARE... CURSOR statement that was not PREPAREd.
Action: Check that all SQL statement names have been declared. Remember that SQL statement names are identifiers, not variables, and that they are local to the precompilation unit.

请先 登录 后评论

1 个回答

小智
PCC-02333:SQL标识符未声明为语句,
.原因:在不是PREPAREd的DECLARE ... CURSOR语句中引用了SQL语句标识符。,
.操作:检查所有SQL语句名称是否已声明。请记住,SQL语句名称是标识符,而不是变量,它们是预编译单元的本地名称。,
.
请先 登录 后评论