From 185c03a3870405a27468f19aa01a46ed301f4e14 Mon Sep 17 00:00:00 2001 From: liruixiang <461834084@qq.com> Date: Wed, 8 Nov 2023 14:55:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84/h=20create=20table=20as?= =?UTF-8?q?=E7=9A=84=E8=AF=AD=E6=B3=95=E4=BD=BF=E7=94=A8=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/ref/create_table_as.sgmlin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/ref/create_table_as.sgmlin b/doc/src/sgml/ref/create_table_as.sgmlin index 3cc5b47df..a3628bde5 100644 --- a/doc/src/sgml/ref/create_table_as.sgmlin +++ b/doc/src/sgml/ref/create_table_as.sgmlin @@ -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.