修改\h中create table partition中不支持的distribute by选项

This commit is contained in:
徐鲲鹏
2020-09-10 14:41:13 +08:00
committed by Gitee
parent 7e1ec33c46
commit ae6180da3f

View File

@ -20,7 +20,6 @@ CREATE TABLE [ IF NOT EXISTS ] partition_table_name
[ WITH ( {storage_parameter = value} [, ... ] ) ]
[ COMPRESS | NOCOMPRESS ]
[ TABLESPACE tablespace_name ]
[ DISTRIBUTE BY { REPLICATION | { [ HASH ] ( column_name ) } } ]
[ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ]
PARTITION BY {
{VALUES (partition_key)} |