mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Updated documentation
This commit is contained in:
parent
562c8984a4
commit
b854726228
@ -329,12 +329,14 @@ Type: [Array](../data-types/array.md).
|
||||
|
||||
**Example**
|
||||
|
||||
```
|
||||
``` sql
|
||||
SELECT tokens('test1,;\\ test2,;\\ test3,;\\ test4') AS tokens;
|
||||
```
|
||||
|
||||
``` text
|
||||
SELECT tokens('test1,;\\ test2,;\\ test3,;\\ test4') AS tokens
|
||||
┌─tokens────────────────────────────┐
|
||||
│ ['test1','test2','test3','test4'] │
|
||||
└───────────────────────────────────┘
|
||||
```
|
||||
|
||||
## repeat {#repeat}
|
||||
|
Loading…
Reference in New Issue
Block a user