Update docs/ru/sql-reference/functions/splitting-merging-functions.md

Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
This commit is contained in:
andrc1901 2021-10-26 20:47:22 +03:00 committed by GitHub
parent e45c2241a9
commit c569a1b37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,8 @@ SELECT ngrams('ClickHouse', 3);
SELECT tokens('test1,;\\ test2,;\\ test3,;\\ test4') AS tokens;
```
Результат:
``` text
┌─tokens────────────────────────────┐
│ ['test1','test2','test3','test4'] │