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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 7f5112d629 optimize: update sql-decoration.md (#866)
7f5112d629 is described below

commit 7f5112d6297b534e6b1779e599e5ae8c44108ca0
Author: AKA.MoneyTaker <138641425+ethon-w...@users.noreply.github.com>
AuthorDate: Mon Jul 1 00:08:23 2024 +0800

    optimize: update sql-decoration.md (#866)
---
 .../version-v2.0/user/sqlreference/sql-decoration.md       | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/sqlreference/sql-decoration.md
 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/sqlreference/sql-decoration.md
index a35415ed78..ebd0369fdc 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/sqlreference/sql-decoration.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/sqlreference/sql-decoration.md
@@ -10,13 +10,13 @@ Seata 的隔离级别默认为读未提交,该模式下本文表中的 select
 
 ### DML 语句支持
 
-| 类型         | SQL 实例                                              | 是否支持      
                                                         |
-| :----------- | :---------------------------------------------------- | 
:--------------------------------------------------------------------- | --- |
-| AND & OR     | `UPDATE … WHERE col_name1=expr1 AND col_name2= expr2` | 是     
                                                                |
-| LIKE         | `UPDATE ... WHERE col_name1 LIKE 'NE'`                | 是     
                                                                |
-| 通配符       | `UPDATE ... WHERE col_name1 LIKE 'NE%'`               | 是        
                                                             |
-| BETWEEN      | `UPDATE ... WHERE col_name1 BETWEEN expr1 AND expr2`  | 是     
                                                                |
-| ON DUPLICATE | `INSERT INTO tb1_name [(col_name,...)]VALUES (\{expr  | 
DEFAULT},...),(...),...[ ON DUPLICATE KEY UPDATE col_name=expr, ... ]` | 是  |
+| 类型 | SQL 实例 | 是否支持 |
+| :----------- | :---------------------------------------------------- | 
:--------------------------------------------------------------------- |
+| AND & OR | `UPDATE … WHERE col_name1=expr1 AND col_name2= expr2` | 是 |
+| LIKE | `UPDATE ... WHERE col_name1 LIKE 'NE'` | 是 | 
+| 通配符 | `UPDATE ... WHERE col_name1 LIKE 'NE%'` | 是 |
+| BETWEEN | `UPDATE ... WHERE col_name1 BETWEEN expr1 AND expr2` | 是 |
+| ON DUPLICATE | `INSERT INTO tb1_name [(col_name,...)]VALUES (\{expr \| 
DEFAULT},...),(...),...[ ON DUPLICATE KEY UPDATE col_name=expr, ... ]` | 是 |
 
 ### Select 语句支持
 


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

Reply via email to