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 3284ad5cbc doc style 3284ad5cbc is described below commit 3284ad5cbc0040b73a67d2bfe5f38ca5d2f73167 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Jul 21 14:14:43 2022 +0800 doc style doc style --- .../Data-Definition-Statements/Create/CREATE-TABLE.md | 8 ++++---- .../Data-Definition-Statements/Create/CREATE-TABLE.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md index cdc15e8141..4935eb0af7 100644 --- a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md +++ b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md @@ -124,14 +124,14 @@ distribution_info 1. The user specifies a fixed value, such as: ```SQL - k1 INT DEFAULT '1', - k2 CHAR(10) DEFAULT 'aaaa' + k1 INT DEFAULT '1', + k2 CHAR(10) DEFAULT 'aaaa' ``` 2. Keywords are provided by the system. Currently, the following keywords are supported: ```SQL - // This keyword is used only for DATETIME type. If the value is missing, the system assigns the current timestamp. - dt DATETIME DEFAULT CURRENT_TIMESTAMP + // This keyword is used only for DATETIME type. If the value is missing, the system assigns the current timestamp. + dt DATETIME DEFAULT CURRENT_TIMESTAMP ``` Example: diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md index 72ef86179b..a794ee7f5a 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md @@ -124,14 +124,14 @@ distribution_info 1. 用户指定固定值,如: ```SQL - k1 INT DEFAULT '1', - k2 CHAR(10) DEFAULT 'aaaa' + k1 INT DEFAULT '1', + k2 CHAR(10) DEFAULT 'aaaa' ``` 2. 系统提供的关键字,目前支持以下关键字: ```SQL - // 只用于DATETIME类型,导入数据缺失该值时系统将赋予当前时间 - dt DATETIME DEFAULT CURRENT_TIMESTAMP + // 只用于DATETIME类型,导入数据缺失该值时系统将赋予当前时间 + dt DATETIME DEFAULT CURRENT_TIMESTAMP ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org