You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zy...@apache.org on 2023/06/15 13:22:52 UTC

[doris] branch master updated: [typo](doc)delete document optimization (#20748)

This is an automated email from the ASF dual-hosted git repository.

zykkk 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 835a1e8af9 [typo](doc)delete document optimization (#20748)
835a1e8af9 is described below

commit 835a1e8af9a3ac9b1f662d66a500a4184f18c6dc
Author: caoliang-web <71...@users.noreply.github.com>
AuthorDate: Thu Jun 15 21:22:43 2023 +0800

    [typo](doc)delete document optimization (#20748)
---
 .../Data-Manipulation-Statements/Manipulation/DELETE.md             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
index 56017fa228..81b286d3ea 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
@@ -139,9 +139,9 @@ PROPERTIES('replication_num'='1');
 
 -- 插入数据
 INSERT INTO t1 VALUES
-  (1, 1, '1', 1.0, '2000-01-01', '2000-01-01'),
-  (2, 2, '2', 2.0, '2000-01-02', '2000-01-02'),
-  (3, 3, '3', 3.0, '2000-01-03', '2000-01-03');
+  (1, 1, '1', 1.0, '2000-01-01'),
+  (2, 2, '2', 2.0, '2000-01-02'),
+  (3, 3, '3', 3.0, '2000-01-03');
 
 INSERT INTO t2 VALUES
   (1, 10, '10', 10.0, '2000-01-10'),


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