DML
GS_214110010
错误码: too many partitions for partitioned table.
解决方案:分区数不能超过%d。
level: ERROR
GS_214110025
错误码: invalid reference to FROM-clause entry for table %s.
解决方案:FROM子句中的引用无效。
level: ERROR
GS_214110026
错误码: Operator (+) can't specify on "%s" which cannot be referenced from this part of the query.
解决方案:%s应在当前查询级别中。
level: ERROR
GS_214110032
错误码: VALUES must not contain OLD or NEW references.
解决方案:请使用用SELECT ... UNION ALL ...句式。
level: ERROR
GS_214110049
错误码: invalid UNION/INTERSECT/EXCEPT ORDER BY clause.
解决方案:将表达式/函数添加到每个SELECT语句中,只有结果列名才可以被引用。
level: ERROR
GS_214110055
错误码: column %s is of type %s but expression is of type %s.
解决方案:您需要重写或强制转换表达式。
level: ERROR
GS_214110059
错误码: array assignment to %s requires type %s but expression is of type %s.
解决方案:您需要重写或强制转换表达式。
level: ERROR
GS_214110060
错误码: subfield %s is of type %s but expression is of type %s.
解决方案:您需要重写或强制转换表达式。
level: ERROR
GS_214110092
错误码: INSERT ON DUPLICATE KEY UPDATE don't allow update on table without primary key or unique constraint.
解决方案:请使用不带ON DUPLICATE KEY UPDATE的INSERTIN语句。
level: ERROR
GS_214110096
错误码: ON CONFLICT DO UPDATE requires inference specification or constraint name.
解决方案:请使用ON CONFLICT (column_name)句式 。
level: ERROR
GS_214110100
错误码: too many partitions for partitioned table.
解决方案:分区数不能超过%d。
level: ERROR
GS_214110101
错误码: too many partitions after split partition %s.
解决方案:分区数不能超过%d。
level: ERROR
GS_214120002
错误码: START value of partition %s is smaller than START value of previous partition.
解决方案:如果只存在START值,则使用下一个分区的START值作为当前分区的END值。
level: ERROR
GS_214120005
错误码: boundary values mismatch partitioning columns.
解决方案:边界值项的数量应该等于分区列的数量。
level: ERROR
GS_214120006
错误码: partitioned table has too many partition keys.
解决方案:start/end语法要求分区表只有一个分区键。
level: ERROR
GS_214120007
错误码: number of start value items in partition %s is more than one.
解决方案:分区开始/结束的定义智能包含单个开始值。
level: ERROR
GS_214120011
错误码: EVERY value of partition %s is not a positive value.
解决方案:可能是由转换到partitionkey的数据类型引起的。
level: ERROR
GS_214120018
错误码: START value of partition %s is not equal %s.
解决方案:不允许出现分区间隙或重叠。
level: ERROR
GS_214120019
错误码: START value of partition %s is not equal to the END value of previous partition %s.
解决方案:不允许出现分区间隙或重叠。
level: ERROR
GS_214120020
错误码: END value of partition %s is maxvalue.
解决方案:不能在maxval之后定义分区。
level: ERROR
GS_214120021
错误码: END value of partition %s is not bigger than the END value of previous partition %s.
解决方案:不允许分区边界值重叠。
level: ERROR
GS_214120024
错误码: too many partitions after split partition %s.
解决方案:分区数不能超过%d。
level: ERROR
GS_214120032
错误码: could not determine which collation to use for bound expression of %s.
解决方案:请使用COLLATE子句显式设置排序规则。
level: ERROR
GS_214120033
错误码: could not determine which collation to use for bound expression of %s.
解决方案:绑定表达式的排序规则必须与分区列的排序规则相同。
level: ERROR
GS_214120035
错误码: START value of partition %s is not equal to %s.
解决方案:不允许出现分区间隙或重叠。
level: ERROR
GS_214120037
错误码: START value of partition %s is not equal to the END value of previous partition %s.
解决方案:不允许出现分区间隙或重叠。
level: ERROR
GS_214180006
错误码: relation %s does not exist.
解决方案:请使用WITH RECURSIVE.
level: ERROR
GS_214180007
错误码: relation %s does not exist on DN %s.
解决方案:请稍后重试。
level: ERROR