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.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cd06f7586 [typo](docs) INSERT documentation fix (#12455)
6cd06f7586 is described below

commit 6cd06f7586c9f3a3a920121f2ae974c68bd1cf27
Author: ChPi <chji...@gmail.com>
AuthorDate: Thu Sep 8 13:09:08 2022 +0800

    [typo](docs) INSERT documentation fix (#12455)
    
     INSERT documentation fix
---
 .../sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md
 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md
index 1c227b5efb..d19592319c 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md
@@ -242,4 +242,4 @@ INSERT INTO test WITH LABEL `label1` (c1, c2) SELECT * from 
test2;
 
 5. 性能问题
 
-   不见使用 `VALUES` 方式进行单行的插入。如果必须这样使用,请将多行数据合并到一个 INSERT 语句中进行批量提交。
+   不建议使用 `VALUES` 方式进行单行的插入。如果必须这样使用,请将多行数据合并到一个 INSERT 语句中进行批量提交。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to