【发布时间】:2021-10-20 02:58:54
【问题描述】:
我运行下面的脚本:
store_code = ["AH0001","AH0003","AH0004","AH0005"]
typestr(store_code)
temp_store_tbl = table(store_code)
select * from shared_skx_tt6 where store_code in (exec * from temp_store_tbl)
select * from shared_skx_tt6 where store_code in (store_code)
出现错误:
Contain method not supported.
【问题讨论】:
标签: dolphindb