【发布时间】:2015-12-05 17:40:03
【问题描述】:
在具有字符串类型(不是符号)列的表中,我可以逐行插入。但是批量插入不起作用!
t:([id:`int$()] str:()) /create table
`t insert(0, enlist enlist "test") /insert first row. This seems to need two enlist
`t insert(1, enlist "test1") /insert one more, this time with one enlist
`t insert (2 3; enlist "test2" enlist "test3") /trying to bulk insert fails
`t insert flip (2 3; enlist "test2" enlist "test3") /trying to bulk insert with flip also fails
【问题讨论】:
标签: kdb