fix docs typo (#4723)

This commit is contained in:
Zhengguo Yang
2020-10-14 09:27:31 +08:00
committed by GitHub
parent 3f55c1425c
commit dec91a3d43
29 changed files with 54 additions and 55 deletions

View File

@ -28,7 +28,7 @@ under the License.
## Description
### Syntax
'INT INSR (WARCHAR STR, WARCHAR substrate)'
'INSTR (VARCHAR STR, VARCHAR substrate)'
Returns the location where substr first appeared in str (counting from 1). If substr does not appear in str, return 0.