Update docs/en/sql-reference/functions/string-functions.md

Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
This commit is contained in:
李扬 2023-06-29 10:19:04 +08:00 committed by GitHub
parent e2236384d1
commit e9bac152e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -581,7 +581,7 @@ Returns the substring of `s` before `count` occurrences of the delimiter `delim`
**Syntax**
```sql
substringIndex(s, delim, index)
substringIndex(s, delim, count)
```
Alias: `SUBSTRING_INDEX`