mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
CREATE TABLE default.tuple
|
|
(
|
|
`j` Tuple(
|
|
a Int8,
|
|
b String)
|
|
)
|
|
ENGINE = Memory
|
|
j Tuple(\n a Int8,\n b String)
|
|
CREATE TABLE default.tuple
|
|
(
|
|
`j` Tuple(
|
|
a Int8,
|
|
b String)
|
|
)
|
|
ENGINE = Memory
|
|
j Tuple(\n a Int8,\n b String)
|