mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
CREATE TABLE default.t_tuple_numeric\n(\n `t` Tuple(`1` Tuple(`2` Int32, `3` Int32), `4` Int32)\n)\nENGINE = Memory
|
|
{"t":{"1":{"2":2,"3":3},"4":4}}
|
|
2 3 4
|
|
2 3 4
|
|
2 3 4
|
|
2 3 4
|
|
Tuple(`1` Tuple(`2` Int8, `3` Int8), `4` Int8)
|
|
{"t":{"1":{"2":2,"3":3},"4":4}}
|
|
2 3 4
|
|
(('value'))
|