This commit is contained in:
Alexey Milovidov 2018-04-22 20:32:53 -07:00
parent 289722e69c
commit afb7127c67
2 changed files with 6 additions and 0 deletions

View File

@ -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']]

View File

@ -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