mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
6 lines
273 B
Plaintext
6 lines
273 B
Plaintext
| id | name | array | nullable | low_cardinality | decimal |
|
|
|-:|:-|:-|:-|:-|-:|
|
|
| 1 | name1 | [1,2,3] | Some long string | name1 | 1.11 |
|
|
| 2 | name2 | [4,5,60000] | \N | Another long string | 222.222222 |
|
|
| 30000 | One more long string | [7,8,9] | name3 | name3 | 3.33 |
|