Update 10-function.md

fixes document error
This commit is contained in:
sunpeng 2022-10-13 15:03:07 +08:00 committed by GitHub
parent 7f8d2ff56d
commit 6dcb2d630a
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
```sql
LTRIM(expr)
RTRIM(expr)
```
**功能说明**:返回清除右边空格后的字符串。