mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
13 lines
220 B
Plaintext
13 lines
220 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)
|