164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GAUSS-01191----GAUSS-01200.md 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-12-18 11:47 . error code

GAUSS-01191 -- GAUSS-01200

GAUSS-01191: "COPY force quote available only in CSV mode"

SQLSTATE: 0A000

错误原因:COPY操作中强制引用字符只支持CSV模式。

解决办法:请在CSV模式中使用强制引用字符。

GAUSS-01194: "COPY force not null only available using COPY FROM"

SQLSTATE: 0A000

错误原因:COPY操作中强制非空字符只支持COPY FROM操作。

解决办法:请使用COPY FROM语句实现强制非空字符。

GAUSS-01195: "COPY delimiter must not appear in the NULL specification"

SQLSTATE: 0A000

错误原因:COPY操作中分隔符不能出现在空值列表中。

解决办法:请勿使用空值列表中的值作为分隔符。

GAUSS-01197: "CSV quote character must not appear in the NULL specification"

SQLSTATE: 0A000

错误原因:COPY操作中引用字符不能出现在空值列表中。

解决办法:请勿使用空值列表中的值作为分隔符。

GAUSS-01198: "SHARED mode can not be used with CSV format"

SQLSTATE: 0A000

错误原因:不能在CSV格式支持共享模式。

解决办法:请勿在CSV格式场景使用共享模式。

GAUSS-01199: "HEADER FILE only available using COPY TO or WRITE ONLY foreign table"

SQLSTATE: 0A000

错误原因:头文件只能在copy to和只有外表的场景中使用。

解决办法:请在copy to或外表场景使用头文件。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
2.0.0

搜索帮助