aiaiDBA

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

13718043309

010-86462881

SQL-02153: Invalid character variable for use in a GET/SET statement

SQL-02153: Invalid character variable for use in a GET/SET statement
Cause: An host variable with type other than character, string or varchar was found as an item name (other than DATA item) in an ANSI Dynamic GET or SET descriptor statement.
Action: Host variable types for character items (other than the DATA item) in ANSI dynamic GET or SET descriptor statements must not be of type LONG or LONG VARCHAR. Redeclare the variable to be character, string or varchar type

请先 登录 后评论

1 个回答

小智
SQL-02153:在GET / SET语句中使用无效的字符变量,
.原因:在ANSI动态GET或SET描述符语句中,找到一个类型为character,string或varchar的主变量作为项目名称(DATA项除外)。,
.操作: ANSI动态GET或SET描述符语句中的字符项(除DATA项之外)的主变量类型不得为LONG或LONG VARCHAR类型。将变量重新声明为character,string或varchar类型,
.
请先 登录 后评论