标签: javascript node.js mongodb
我想从2个不同的查询中获取数据 例如,在SQL中我会做类似
select * from user where user_id =(Select ..... )
我如何在Moongose中执行此操作? 让我们说userManager - 是我的架构 我想从followingSchema获取user_id 谢谢!
Moongose