dolphindb使用问题

请教下,如何从table中select 出部分股票代码

aa_copy = select * from t where  tradingday=tradeday[i].distinct_tradingday and contractCode =maincodes

其中maincodes是个vector

请先 登录 后评论

1 个回答

Qing Li

t = table(1..10 as x, 11..20 as y)

select * from t where x in [1,2,3]

请先 登录 后评论