修改create table中包含了不支持的distribute by选项

This commit is contained in:
徐鲲鹏
2020-09-10 14:39:33 +08:00
committed by Gitee
parent d5c33a5a9a
commit 5c1df58f33

View File

@ -19,7 +19,6 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]
[ COMPRESS | NOCOMPRESS ]
[ TABLESPACE tablespace_name ]
[ DISTRIBUTE BY { REPLICATION | { HASH ( column_name [,...] ) } } ]
[ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ];
where column_constraint can be: