This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 c89b68b05e2 fix: SQL mode behavior description for PIPES_AS_CONCAT
(#3199)
c89b68b05e2 is described below
commit c89b68b05e268daa2d191a85ee6fe62a76e8278c
Author: Felix021 <[email protected]>
AuthorDate: Wed Feb 11 11:15:10 2026 +0800
fix: SQL mode behavior description for PIPES_AS_CONCAT (#3199)
---
.../version-2.1/query-data/mysql-compatibility.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/mysql-compatibility.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/mysql-compatibility.md
index 111ea12d413..5b748fa0877 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/mysql-compatibility.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/mysql-compatibility.md
@@ -266,5 +266,5 @@ Doris Function 基本覆盖绝大部分 MySQL Function。
| 名称 | 设置的行为 | 未设置的行为 | 备注 |
| :-- | :-- | :-- | :-- |
-| PIPES_AS_CONCAT | 将 `\|\|` 符号解析为 concat 函数 | 将 `\|\|` 符号解析为逻辑与操作符 | - |
+| PIPES_AS_CONCAT | 将 `\|\|` 符号解析为 concat 函数 | 将 `\|\|` 符号解析为逻辑或操作符 | - |
| NO_BACKSLASH_ESCAPES | 将字符串中的反斜杠当做正常字符解析 | 将字符串中的反斜杠当做转义起始字符 | - |
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]