From b996175c3a1f24ffb7dab81a74d7adf3fd3321ab Mon Sep 17 00:00:00 2001 From: Chris Yuan Date: Thu, 30 Jun 2022 23:17:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=9B=E5=BB=BA=E4=BA=8C=E7=BA=A7=E5=88=86?= =?UTF-8?q?=E5=8C=BA=E8=A1=A8=E7=BB=84]=E7=AB=A0=E8=8A=82=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E2=80=9C=E7=A4=BA=E4=BE=8B=E2=80=9D=E5=8A=A0=E7=B2=97?= =?UTF-8?q?=E5=87=B8=E6=98=BE=E5=AF=B9=E5=BA=94=E9=83=A8=E5=88=86=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../12.create-subpartitioned-table-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/1.users-guide/8.distributed-storage-management/2.manage-partitions/12.create-subpartitioned-table-groups.md b/zh-CN/1.users-guide/8.distributed-storage-management/2.manage-partitions/12.create-subpartitioned-table-groups.md index 93621b7f..255d0869 100644 --- a/zh-CN/1.users-guide/8.distributed-storage-management/2.manage-partitions/12.create-subpartitioned-table-groups.md +++ b/zh-CN/1.users-guide/8.distributed-storage-management/2.manage-partitions/12.create-subpartitioned-table-groups.md @@ -66,7 +66,7 @@ SUBPARTITION BY 由于表组没有具体的列定义,故不需要写出具体的列,只需要指定列个数(`column_num`)即可。 -示例 +** 示例: ** ### 创建模板化二级分区表组 -- Gitee