fix docs typo (#4725)

This commit is contained in:
Zhengguo Yang
2020-10-14 09:27:50 +08:00
committed by GitHub
parent dec91a3d43
commit 751aa05cc0
36 changed files with 95 additions and 95 deletions

View File

@ -28,7 +28,7 @@ under the License.
## Description
### Syntax
'INT LOCATION (WARCHAR substrate, WARCHAR str [, INT pos]]'
'INT LOCATION (VARCHAR substrate, VARCHAR str [, INT pos]]'
Returns where substr appears in str (counting from 1). If the third parameter POS is specified, the position where substr appears is found from the string where STR starts with POS subscript. If not found, return 0

View File

@ -28,7 +28,7 @@ under the License.
## Description
### Syntax
'INT lower (WARCHAR str)'
'INT lower (VARCHAR str)'
Convert all strings in parameters to lowercase