aiaiDBA

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

13718043309

010-86462881

PCC-02337: cannot declare multi-dimensioned array for this type

PCC-02337: cannot declare multi-dimensioned array for this type
Cause: Host variable arrays of scalars with more than 1 dimension cannot be declared.The only host variables allowed to be multi-dimensioned are CHAR and VARCHAR.
Action: Rewrite the variable declaration.

请先 登录 后评论

1 个回答

小智
PCC-02337:无法声明此类型的多维数组,
.原因:不能声明具有多维的标量的主变量数组。只允许使用多维度的主变量为CHAR和VARCHAR。,
.Action:重写变量声明。,
.
请先 登录 后评论