mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix insert
This commit is contained in:
parent
4cc1e25d45
commit
06b08b0e3a
@ -9,7 +9,7 @@ CREATE TABLE test_nested_default
|
||||
ENGINE = MergeTree()
|
||||
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;
|
||||
|
||||
DROP TABLE test_nested_default;
|
||||
|
Loading…
Reference in New Issue
Block a user