This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e24867e138 [typo][docs] Modify the description of CREATE-TABLE (#21858)
e24867e138 is described below
commit e24867e138d49907167938ddb5cb855d5335fc5f
Author: ZhenchaoXu <[email protected]>
AuthorDate: Tue Jul 18 10:29:47 2023 +0800
[typo][docs] Modify the description of CREATE-TABLE (#21858)
---
.../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md | 4 ++--
.../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index 2e3acc25e3..6d77325138 100644
---
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -35,8 +35,8 @@ This command is used to create a table. The subject of this
document describes t
```sql
CREATE TABLE [IF NOT EXISTS] [database.]table
(
- column_definition_list,
- [index_definition_list]
+ column_definition_list
+ [, index_definition_list]
)
[engine_type]
[keys_type]
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index a032cf4bdb..97e15be7bb 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -35,8 +35,8 @@ under the License.
```sql
CREATE TABLE [IF NOT EXISTS] [database.]table
(
- column_definition_list,
- [index_definition_list]
+ column_definition_list
+ [, index_definition_list]
)
[engine_type]
[keys_type]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]