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 c2989c7ca59 delete_doc_upd (#89)
c2989c7ca59 is described below

commit c2989c7ca594ae3ba468494d6fd98d9b5e3cbd12
Author: catpineapple <42031973+catpineap...@users.noreply.github.com>
AuthorDate: Thu Sep 8 17:23:24 2022 +0800

    delete_doc_upd (#89)
---
 .../Data-Manipulation-Statements/Manipulation/DELETE.md             | 2 +-
 .../Data-Manipulation-Statements/Manipulation/DELETE.md             | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
 
b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
index 447a64cc789..d1da26c111a 100644
--- 
a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
+++ 
b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
@@ -47,7 +47,7 @@ column_name1 op { value | value_list } [ AND column_name2 op 
{ value | value_lis
 illustrate:
 
 1. The optional types of op include: =, >, <, >=, <=, !=, in, not in
-2. Only conditions on the key column can be specified.
+2. Only conditions on the key column can be specified when using AGGREGATE 
(UNIQUE) model.
 3. When the selected key column does not exist in a rollup, delete cannot be 
performed.
 4. Conditions can only have an "and" relationship. If you want to achieve an 
"or" relationship, you need to write the conditions in two DELETE statements.
 5. If it is a partitioned table, you can specify a partition. If not 
specified, and the session variable delete_without_partition is true, it will 
be applied to all partitions. If it is a single-partition table, it can be left 
unspecified.
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
index 5a7f0417fb2..24daa0147c1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
@@ -46,9 +46,9 @@ column_name1 op { value | value_list } [ AND column_name2 op 
{ value | value_lis
 说明:
 
 1. op 的可选类型包括:=, >, <, >=, <=, !=, in, not in
-2.  只能指定 key 列上的条件。
-3.  当选定的 key 列不存在于某个 rollup 中时,无法进行 delete。
-4.  条件之间只能是“与”的关系。若希望达成“或”的关系,需要将条件分写在两个 DELETE 语句中。
+2. 使用聚合类的表模型(AGGREGATE、UNIQUE)只能指定 key 列上的条件。
+3. 当选定的 key 列不存在于某个 rollup 中时,无法进行 delete。
+4. 条件之间只能是“与”的关系。若希望达成“或”的关系,需要将条件分写在两个 DELETE 语句中。
 5. 如果为分区表,可以指定分区,如不指定,且会话变量 delete_without_partition 为 
true,则会应用到所有分区。如果是单分区表,可以不指定。
 
 注意:


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

Reply via email to