mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
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:
parent
e2236384d1
commit
e9bac152e1
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user