qidaye commented on a change in pull request #5529:
URL: https://github.com/apache/incubator-doris/pull/5529#discussion_r613024955
##########
File path: docs/zh-CN/administrator-guide/load-data/delete-manual.md
##########
@@ -66,7 +66,7 @@ DELETE FROM my_table PARTITION p1 WHERE k1 < 3 AND k2 = "abc";
2. `Where`语句中的列只能是`key`列
3. 当选定的`key`列不存在某个rollup表内时,无法进行delete
4. 条件语句中各个条件只能是`and`关系,如希望达成`or`可将条件分别写入两个delete语句中
-5. 如果指定表为RANGE分区表,则必须指定 `PARTITION`。如果是单分区表,可以不指定。
+5. 如果指定表为RANGE或者LIST分区表,则必须指定 `PARTITION`。如果是单分区表,可以不指定。
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]