aiaiDBA

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

13718043309

010-86462881

PCC-00060: Both CURSOR and STATEMENT have AT clauses at line number of file string.

PCC-00060: Both CURSOR and STATEMENT have AT clauses at line number of file string.
Cause: Two AT clauses, one in a DECLARE STATEMENT statement, the other in a DECLARE CURSOR statement, pertain to the same SQL statement. The AT clause may be specified with either DECLARE STATEMENT or DECLARE CURSOR, but not with both.
Action: Remove the AT clause from one of the statements.

请先 登录 后评论

1 个回答

小智
PCC-00060:无论CURSOR和声明有AT在行条款号文件的字符串。,
.原因:两个AT子句,一个在DECLARE STATEMENT语句中,另一个在DECLARE CURSOR语句中,属于同一SQL语句。AT子句可以用DECLARE STATEMENT或DECLARE CURSOR指定,但不能同时使用。,
.操作:从其中一个语句中删除AT子句。,
.
请先 登录 后评论