This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new fbf5972a77e fix-doc20 (#110) fbf5972a77e is described below commit fbf5972a77e58526c5ed6bbbc7900091188105ec Author: Liqf <109049295+lemonlit...@users.noreply.github.com> AuthorDate: Thu Sep 22 12:44:14 2022 +0800 fix-doc20 (#110) --- .../Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md | 1 + .../Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md index 7498fdaa982..e5da5e25d9b 100644 --- a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md +++ b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md @@ -54,6 +54,7 @@ illustrate: - The user needs to have`SELECT`permission for the source table and`CREATE`permission for the target database - After a table is created, data is imported. If the import fails, the table is deleted - You can specify the key type. The default key type is `Duplicate Key` +- The key column and partition bucket column will not be inherited. It is recommended to specify by yourself. If not, create a table based on the default key column and bucket column ### Example diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md index 82938f93159..8d3c6ac135d 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md @@ -54,6 +54,7 @@ CREATE TABLE table_name [( column_name_list )] - 用户需要拥有来源表的`SELECT`权限和目标库的`CREATE`权限 - 创建表成功后,会进行数据导入,如果导入失败,将会删除表 - 可以自行指定 key type,默认为`Duplicate Key` +- Key列和分区分桶列不会继承,建议自行指定,不指定的情况下按默认key列和分桶列建表 ### Example --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org