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

This commit is contained in:
徐鲲鹏
2020-09-10 14:40:28 +08:00
committed by Gitee
parent 5c1df58f33
commit 7e1ec33c46

View File

@ -15,7 +15,6 @@ CREATE [ UNLOGGED ] TABLE table_name
[ WITH ( {storage_parameter = value} [, ... ] ) ]
[ COMPRESS | NOCOMPRESS ]
[ TABLESPACE tablespace_name ]
[ DISTRIBUTE BY { REPLICATION | { [HASH ] ( column_name ) } } ]
[ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ]
AS query
[ WITH [ NO ] DATA ];