ClickHouse/tests/queries/0_stateless/02292_nested_not_flattened_detach.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
254 B
Plaintext
Raw Normal View History

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)