ClickHouse/tests/queries/0_stateless/01458_named_tuple_millin.reference

13 lines
236 B
Plaintext
Raw Normal View History

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)