aiaiDBA

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

13718043309

010-86462881

SQL-02148: ANSI Dynamic count value out of range

SQL-02148: ANSI Dynamic count value out of range
Cause: The count in a dynamic GET or SET statement is less than one or greater than MAX given for descriptor allocation.
Action: Supply a number for the COUNT clause between 1 and the MAX occurrences supplied when the descriptor was allocated.

请先 登录 后评论

1 个回答

小智
SQL-02148:ANSI动态计数值超出范围,
.原因:对于描述符分配,动态GET或SET语句中的计数小于或等于MAX。,
.操作:为分配描述符时提供的1和MAX发生之间的COUNT子句提供一个数字。,
.
请先 登录 后评论