ClickHouse/tests/queries/0_stateless/01458_named_tuple_millin.reference
2024-01-04 00:44:45 +01:00

13 lines
242 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)