This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 6244dce0b1a Fix typo in TRIM function syntax (#3286)
6244dce0b1a is described below
commit 6244dce0b1a751bdb7a58cbb38f021ea50687cb8
Author: caidashi <[email protected]>
AuthorDate: Sun Jan 18 22:32:27 2026 +0800
Fix typo in TRIM function syntax (#3286)
---
.../sql-manual/sql-functions/scalar-functions/string-functions/trim.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/scalar-functions/string-functions/trim.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/scalar-functions/string-functions/trim.md
index 50e71db7e27..fdcaf84acaf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/scalar-functions/string-functions/trim.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/scalar-functions/string-functions/trim.md
@@ -13,7 +13,7 @@
## 语法
```sql
-RTIM( <str> [ , <rhs>])
+TRIM( <str> [ , <rhs>])
```
## 必选参数
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]