【发布时间】:2021-10-02 21:07:51
【问题描述】:
我在 DolphinDB 数据库 GUI 中运行以下脚本:
x=(int128("2e8ca9773da3a99f2c87a623ac34f242"),int128("2e8ca9773da3a99f2c87a623ac34f243"))
y=1..2
dict(x, y);
它返回一个异常:
dict(x, y) => The key type can't be BOOL, ANY or DICTIONARY
解决办法是什么?
【问题讨论】: