我有一个简单的表:
CREATE TABLE t1
(
v1 Int32,
a1 Array(Int32),
s2 Array(String)
) ENGINE = Memory
但不知道如何插入字符串数组:
insert into t1 format CSV 1,"[1,2]","[a1,a2]"
失败并出现以下错误:
Exception on client:
Code: 26. DB::Exception: Cannot parse quoted string: expected opening quote:
Could not print diagnostic info because two last rows aren't in buffer (rare case)
: (at row 1)