Merge pull request #17333 from taosdata/sunpe-patch-1

fix: taos-sql/functions document error
This commit is contained in:
Shengliang Guan 2022-10-14 18:02:45 +08:00 committed by GitHub
commit 8c783e6a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ LTRIM(expr)
#### RTRIM #### RTRIM
```sql ```sql
LTRIM(expr) RTRIM(expr)
``` ```
**功能说明**:返回清除右边空格后的字符串。 **功能说明**:返回清除右边空格后的字符串。