aiaiDBA

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

13718043309

010-86462881

PGU-41008: invalid DATA definition dname specified

PGU-41008: invalid DATA definition dname specified
Cause: An invalid token has been specified for the data name for a DEFINE DATA or REDEFINE DATA statement. A DATA identifier dname must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
Action: Correct the DATA dname identifer in the statement.

请先 登录 后评论

1 个回答

小智
PGU-41008:指定了无效的数据定义dname,
.原因:为DEFINE DATA或REDEFINE DATA语句的数据名称指定了无效令牌。DATA标识符dname必须以字母字符开头,并且只包含字母数字字符。语法检查只能继续下一个语句。,
.操作:更正语句中的DATA dname identifer。,
.
请先 登录 后评论