What's the best way to persist Mongo aggregate results?

前端 未结 0 783
清酒与你
清酒与你 2020-12-09 23:14

Using the results of this query:

const results = db.collection.aggregate([
  { $match: { _id: { in: ids } } },
  { $set         


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