Aggregation group without _id mongo spring

前端 未结 0 940
遇见更好的自我
遇见更好的自我 2021-01-23 09:21

Im trying to make this operation in java:

db.product.aggregate([{
$match: { gtin: { $in: ["7890203", "7890204" ]}}}])
.group({
      _id: &quo         


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