You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/04 09:33:41 UTC

[GitHub] [doris] spaces-X commented on a diff in pull request #10588: [fix] [docs] Fixed Use examples in sequence-column-manual.md file.

spaces-X commented on code in PR #10588:
URL: https://github.com/apache/doris/pull/10588#discussion_r912815551


##########
docs/zh-CN/docs/data-operate/update-delete/sequence-column-manual.md:
##########
@@ -248,7 +249,7 @@ MySQL [test]> select * from test_table;
 +---------+------------+----------+-------------+---------+
 ```
 
-此时就可以替换表中原有的数据
+此时就可以替换表中原有的数据。最后,指定sequence column是在导入批次数据中对相同key数据选择sequence列值最大的记录Load到Doris表。

Review Comment:
   ```suggestion
   此时就可以替换表中原有的数据。综上,在同批次导入数据中key相同会比较sequence列值,选择值最大的记录导入Doris表中,不同批次之间sequence列不起作用。
   ```



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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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