修改create table as中包含了不支持的distribute by选项
This commit is contained in:
@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user