修改\h中create table partition中不支持的distribute by选项
This commit is contained in:
@ -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)} |
|
||||
|
||||
Reference in New Issue
Block a user