【发布时间】:2019-09-09 08:22:51
【问题描述】:
DolphinDB 中的内存表:
t=table(10:0,`time`sym`bid`ofr,[TIMESTAMP,SYMBOL,DOUBLE,DOUBLE])
想给t添加一个新的列数,我试过addColumn函数,没用。
addColumn(t,`count,[INT])
execution was completed with exception
Usage: addColumn(table, newColNames, newColTypes). table must be a streaming table or a dfs-based table.
【问题讨论】: