mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
|
CREATE TABLE default.tuple
|
||
|
(
|
||
|
`j` Tuple( a Int8, b String)
|
||
|
)
|
||
|
ENGINE = Memory
|
||
|
j Tuple(a Int8, b String)
|
||
|
CREATE TABLE default.tuple
|
||
|
(
|
||
|
`j` Tuple( a Int8, b String)
|
||
|
)
|
||
|
ENGINE = Memory
|
||
|
j Tuple(a Int8, b String)
|