mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
5 lines
254 B
Plaintext
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)
|