更新时间:2023-12-22 GMT+08:00
分享

语法分析

GS_212100030

错误码: unrecognized row security option %s.

解决方案:目前只支持PERMISSIVE或RESTRICIVE策略。

level: ERROR

GS_212100035

错误码: RECHECK is no longer required.

解决方案:请更新您的数据类型。

level: NOTICE

GS_212100039

错误码: missing argument.

解决方案:使用NONE表示一元运算符缺少的参数。

level: ERROR

GS_212100063

错误码: JOIN expression is not allowed.

解决方案:USE子句只能是一个表或子查询。

level: ERROR

GS_212100069

错误码: VALUES in FROM must have an alias.

解决方案:例如FROM (VALUES ...) [AS] foo。

level: ERROR

GS_212100171

错误码: INCLUDING PARTITION option cannot be specified when creating table with PARTITION BY clause.

解决方案:请使用INITIAL PARTITION选项或PARTITION BY子句。

level: ERROR

GS_212100172

错误码: INCLUDING RELOPTIONS option cannot be specified when creating table with.

解决方案:请使用INITIAL RELOPTATION选项或WITH子句。

level: ERROR

GS_212100173

错误码: INCLUDING DISTRIBUTION option cannot be specified when creating table with DISTRIBUTE BY clause.

解决方案:请使用INITIAL distributed选项或DISTRIBUTE BY子句。

level: ERROR

GS_212100206

错误码: The view %s\ is invalid!

解决方案:请打开GUC参数 view_independent。

level: ERROR

GS_212100812

错误码: %s can't outer join with more than one relation.

解决方案:只能有一个关系的外连接。

level: ERROR

GS_212100832

错误码: VALUES must not contain OLD or NEW references.

解决方案:使用SELECT ... UNION ALL ... instead句式。

level: ERROR

GS_212100867

错误码: Invalid column reference in the INSERT VALUES Clause.

解决方案:在INSERT子句中引用了无效的列。

level: ERROR

GS_212100945

错误码: SET %s = rolename not yet supported.

解决方案:请使用SET %s rolename子句。

level: ERROR

GS_212100958

错误码: SET %s TO rolename not yet supported.

解决方案:请使用SET %s rolename子句。

level: ERROR

GS_212100960

解决方案:"%s", "%s"...are specified Operator "(+)" in one condition.

错误码: 不能为一个连接条件中的多个关系上指定运算符"(+)",请修改执行语句。

level: ERROR

GS_212100963

错误码: subquery in FROM cannot refer to other relations of same query level.

解决方案:可能别名与其他关系的列冲突,请修改别名。

level: ERROR

GS_212100973

解决方案:Use an explicit ordering operator or modify the query.

错误码: 无法识别类型%s的排序运算符。

level: ERROR

GS_212100977

错误码: recursive query %s column %d has collation %s in non-recursive term but collation %s overall.

解决方案:请使用COLLATE子句设置非递归项的排序规则。

level: ERROR

GS_212100984

错误码: recursive query %s column %d has type %s in non-recursive term but type %s overall.

解决方案:请将非递归项的输出转换为正确的类型。

level: ERROR

GS_212100991

错误码: collation mismatch between implicit collations %s and %s.

解决方案:您可以通过对一个或两个表达式应用COLLATE子句来选择排序规则。

level: ERROR

GS_212101101

错误码: INSERT has more target columns than expressions.

解决方案:插入源是一个与INSERT列数相同的行表达式。请确认括号是否成对。

level: ERROR

GS_212101106

错误码: Unsupport view independent feature.

解决方案:请打开GUC参数 view_independent。

level: ERROR

GS_212110010

错误码: operator %s is not a valid ordering operator.

解决方案:排序运算符必须是btree运算符族的<or>成员。

level: ERROR

GS_212120795

错误码: array assignment requires type %s but expression is of type %s.

解决方案:您需要重写语句或强制转换表达式。

level: ERROR

GS_212120801

错误码: operator is not unique: %s.

解决方案:无法选择最佳候选运算符,您可能需要添加显式类型转换。

level: ERROR

分享:

    相关文档

    相关产品