164 Star 224 Fork 1.2K

openGauss / docs

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

GAUSS-00251 -- GAUSS-00260

GAUSS-00251: "yylex_init() failed: %m"

SQLSTATE: XX000

错误原因:系统内部错误。

解决办法:请联系技术支持工程师提供技术支持。

GAUSS-00252: "Invalid RTE found"

SQLSTATE: XX000

错误原因:引用没找到。

解决办法:修改SQL Statement。

GAUSS-00253: "cannot assign to system column '%s'"

SQLSTATE: 0A000

错误原因:不能对系统列进行赋值。

解决办法:不要对系统列操作。

GAUSS-00254: "cannot set an array element to DEFAULT"

SQLSTATE: 0A000

错误原因:设置了数组里类型元素的默认值。

解决办法:不要对数组类型的变量设置default。

GAUSS-00255: "cannot set a subfield to DEFAULT"

SQLSTATE: 0A000

错误原因:设置了数组下标的默认值。

解决办法:数组下标不能设置默认值。

GAUSS-00256: "column '%s' is of type %s but expression is of type %s"

SQLSTATE: 42804

错误原因:表达式两端的数据类型不一致。

解决办法:通过类型转换,使表达式两端的类型一致。

GAUSS-00257: "cannot assign to field '%s' of column '%s' because its type %s is not a composite type"

SQLSTATE: 42804

错误原因:对非复合类型的变量指定field。

解决办法:不能对非复合类型的变量作此操作。

GAUSS-00258: "cannot assign to field '%s' of column '%s' because there is no such column in data type %s"

SQLSTATE: 42703

错误原因:对非复合类型的变量指定field。

解决办法:不能对非复合类型的变量作此操作。

GAUSS-00259: "cannot assign to system column '%s'"

SQLSTATE: 42703

错误原因:不能对系统列进行赋值。

解决办法:不要对系统列操作。

GAUSS-00260: "array assignment to '%s' requires type %s but expression is of type %s"

SQLSTATE: 42804

错误原因:被赋值的对象和实际表达式的类型不匹配。

解决办法:修改SQL Statement。

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

搜索帮助