完善/h create table as的语法使用限制

This commit is contained in:
liruixiang
2023-11-08 14:55:03 +08:00
parent 5099d94cb2
commit 185c03a387

View File

@ -20,6 +20,8 @@ CREATE [ UNLOGGED ] TABLE table_name
AS query
[ WITH [ NO ] DATA ];
NOTICE: [data_type] is only available in CENTRALIZED mode and B-format database.
NOTICE: DISTRIBUTE BY is only avaliable in DISTRIBUTED mode.
NOTICE: TO {...} is only avaliable in DISTRIBUTED mode.
</synopsis>
</refsynopsisdiv>
</refentry>