mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Better test #2066
This commit is contained in:
parent
289722e69c
commit
afb7127c67
@ -3,3 +3,4 @@
|
||||
['Hello','World'] [['a'],['b','c']] [['PU','US'],['OTHER']]
|
||||
['Hello','World'] [['a'],['b','c']] [['PU','US'],['OTHER']]
|
||||
['Hello','World'] [['a'],['b','c']] [['PU','US'],['OTHER']]
|
||||
['Hello','World'] [['a'],['b','c']] [['PU','US'],['OTHER']]
|
||||
|
@ -15,6 +15,11 @@ INSERT INTO nested VALUES (['Hello', 'World'], [['a'], ['b', 'c']], [['PU', 'US'
|
||||
|
||||
SELECT * FROM nested;
|
||||
|
||||
DETACH TABLE nested;
|
||||
ATTACH TABLE nested;
|
||||
|
||||
SELECT * FROM nested;
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS nested;
|
||||
CREATE TABLE nested
|
||||
|
Loading…
Reference in New Issue
Block a user