GAUSS-00334:partition key column's number of %s not in the range of all its columns SQLSTATE: XX000
错误码
错误描述:partition key column's number of %s not in the range of all its columns SQLSTATE: XX000
错误原因:CREATE TABLE … LIKE语法的LIKE子句中指定INCLUDING PARTITION的分区键值列数超过了当前表的列数范围。
解决方法:CREATE TABLE … LIKE语法的LIKE子句中指定INCLUDING PARTITION的分区键值列数范围必须在1到表最大列数的范围内。
向认证技术专家提问
向技术专家提问