This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 dbf474f76cc [docs](update) Fix EN docs examples which contains CN
(#866)
dbf474f76cc is described below
commit dbf474f76cc26bf1bb86cc6b88b91e025f8365de
Author: KassieZ <[email protected]>
AuthorDate: Tue Jul 16 17:33:15 2024 +0700
[docs](update) Fix EN docs examples which contains CN (#866)
---
docs/data-operate/update/update-of-unique-model.md | 2 +-
.../version-2.0/data-operate/update/update-of-unique-model.md | 2 +-
.../version-2.1/data-operate/update/update-of-unique-model.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/data-operate/update/update-of-unique-model.md
b/docs/data-operate/update/update-of-unique-model.md
index 3b35dc6dd35..fd4d787d21c 100644
--- a/docs/data-operate/update/update-of-unique-model.md
+++ b/docs/data-operate/update/update-of-unique-model.md
@@ -122,7 +122,7 @@ If you are using `INSERT INTO`, you can update as following
methods:
```sql
set enable_unique_key_partial_update=true;
-INSERT INTO order_tbl (order_id, order_status) values (1,'待发货');
+INSERT INTO order_tbl (order_id, order_status) values (1,'To be shipped');
```
The translated version in English:
diff --git
a/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
b/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
index 29041736b56..52d21f59c90 100644
--- a/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
@@ -125,7 +125,7 @@ If you are using `INSERT INTO`, you can update as following
methods:
```sql
set enable_unique_key_partial_update=true;
-INSERT INTO order_tbl (order_id, order_status) values (1,'待发货');
+INSERT INTO order_tbl (order_id, order_status) values (1,'To be shipped');
```
The translated version in English:
diff --git
a/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
b/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
index 3b35dc6dd35..fd4d787d21c 100644
--- a/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
@@ -122,7 +122,7 @@ If you are using `INSERT INTO`, you can update as following
methods:
```sql
set enable_unique_key_partial_update=true;
-INSERT INTO order_tbl (order_id, order_status) values (1,'待发货');
+INSERT INTO order_tbl (order_id, order_status) values (1,'To be shipped');
```
The translated version in English:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]