添加create table partition帮助中支持distribute功能的约束

This commit is contained in:
yuchao 2023-02-18 18:00:37 +08:00
parent da54d69be9
commit 6d2b1fbdb0
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ CREATE TABLE [ IF NOT EXISTS ] partition_table_name
[ COMPRESS | NOCOMPRESS ]
[ TABLESPACE tablespace_name ]
[ DISTRIBUTE BY { REPLICATION | { [ HASH ] ( column_name ) } } ]
NOTICE: DISTRIBUTE BY is only avaliable in DISTRIBUTED mode!
[ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ]
PARTITION BY {
{VALUES (partition_key)} |