This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 0199055 [Document] Fix some errors in the insert document (#4749)
0199055 is described below
commit 0199055be7e501d7e4419881baed4866fecc9ec0
Author: xy720 <[email protected]>
AuthorDate: Sat Oct 17 13:40:40 2020 +0800
[Document] Fix some errors in the insert document (#4749)
---
docs/en/administrator-guide/load-data/insert-into-manual.md | 2 +-
docs/zh-CN/administrator-guide/load-data/insert-into-manual.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/administrator-guide/load-data/insert-into-manual.md
b/docs/en/administrator-guide/load-data/insert-into-manual.md
index d581f1e..a67d454 100644
--- a/docs/en/administrator-guide/load-data/insert-into-manual.md
+++ b/docs/en/administrator-guide/load-data/insert-into-manual.md
@@ -44,7 +44,7 @@ The Insert Into command needs to be submitted through MySQL
protocol. Creating a
Grammar:
```
-INSERT INTO table_name [WITH LABEL label] [partition_info] [col_list]
[query_stmt] [VALUES];
+INSERT INTO table_name [partition_info] [WITH LABEL label] [col_list]
[query_stmt] [VALUES];
```
Examples:
diff --git a/docs/zh-CN/administrator-guide/load-data/insert-into-manual.md
b/docs/zh-CN/administrator-guide/load-data/insert-into-manual.md
index 0e64f5d..bd872f6 100644
--- a/docs/zh-CN/administrator-guide/load-data/insert-into-manual.md
+++ b/docs/zh-CN/administrator-guide/load-data/insert-into-manual.md
@@ -44,7 +44,7 @@ Insert Into 命令需要通过 MySQL 协议提交,创建导入请求会同步
语法:
```
-INSERT INTO table_name [WITH LABEL label] [partition_info] [col_list]
[query_stmt] [VALUES];
+INSERT INTO table_name [partition_info] [WITH LABEL label] [col_list]
[query_stmt] [VALUES];
```
示例:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]