aiaiDBA

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

13718043309

010-86462881

PGU-42035: invalid null operand in pseudo-text in a COPY REPLACING clause

PGU-42035: invalid null operand in pseudo-text in a COPY REPLACING clause
Cause: The first operand in a REPLACING clause of a COPY statment is pseudo-text but the pseudo-text is null.
Action: Replace the null pseudo-text string with a non-null string.

请先 登录 后评论

1 个回答

小智
PGU-42035:COPY REPLACING子句中伪文本中的无效操作数,
.原因: COPY文件的REPLACING子句中的第一个操作数是伪文本,但伪文本为空。,
.操作:使用非空字符串替换空伪文本字符串。,
.
请先 登录 后评论