mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
fix insert
This commit is contained in:
parent
4cc1e25d45
commit
06b08b0e3a
@ -9,7 +9,7 @@ CREATE TABLE test_nested_default
|
|||||||
ENGINE = MergeTree()
|
ENGINE = MergeTree()
|
||||||
ORDER BY id;
|
ORDER BY id;
|
||||||
|
|
||||||
INSERT INTO test_nested_default(`id`, `with_dot.array.string`) VALUES('id', ['str1', 'str2']);
|
INSERT INTO test_nested_default(`id`, `with_dot.array`) VALUES('id', ['str1', 'str2']);
|
||||||
SELECT * FROM test_nested_default;
|
SELECT * FROM test_nested_default;
|
||||||
|
|
||||||
DROP TABLE test_nested_default;
|
DROP TABLE test_nested_default;
|
||||||
|
Loading…
Reference in New Issue
Block a user