aiaiDBA

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

13718043309

010-86462881

PGU-41003: invalid data field definition name

PGU-41003: invalid data field definition name
Cause: A DEFINE or REDEFINE DATA statement has specified an invalid field name for a field definition. The field name may be missing. A field name must begin with an alphabetic character and contain only alphanumeric characters or an underscore ('_'). Syntax checking only continues with the next statement.
Action: Correct the specification of the field name or its delimiters. Supply the field name if it is missing.

请先 登录 后评论

1 个回答

小智
PGU-41003:无效的数据字段定义名称,
.原因: DEFINE或REDEFINE DATA语句为字段定义指定了无效的字段名称。字段名称可能会丢失。字段名称必须以字母字符开头,并且只包含字母数字字符或下划线('_')。语法检查只能继续下一个语句。,
.操作:更正字段名称或其分隔符的规范。如果缺少,请提供字段名称。,
.
请先 登录 后评论