How to scan the table adn retrieve items which are present in a list

后端 未结 0 830
眼角桃花
眼角桃花 2021-02-02 03:39

I am having a mongodb query to retrieve all results which are present in a list .Below is the existing a query

const mids = [1,2,3,4]
User.find({mid:{$in :mids}},         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题