ClickHouse/tests/queries/0_stateless/02292_nested_not_flattened_detach.reference
2022-04-29 14:53:08 +00:00

5 lines
254 B
Plaintext

CREATE TABLE default.t_nested_detach\n(\n `n` Nested(u UInt32, s String)\n)\nENGINE = Log
n Nested(u UInt32, s String)
CREATE TABLE default.t_nested_detach\n(\n `n` Nested(u UInt32, s String)\n)\nENGINE = Log
n Nested(u UInt32, s String)