时间:2021-07-01 10:21:17 帮助过:24人阅读
查询出来的结果如下:
db.anhui.aggregate({$group:{_id:null,total:{$sum:1}}})
db.anhui.aggregate({$match:{mx:{$exists:1}}},{$group:{_id:‘$whoisserver_id‘,total:{$sum:1}}})
db.anhui.aggregate({$match:{mx:{$exists:1}}},{$group:{_id:‘$whoisserver_id‘,total:{$sum:1}}},{$match:{total:{$gte:30}}})
以下为查询到的数据
查询
db.anhui.aggregate({$match:{mx:{$exists:1}}},{$group:{_id:‘$mx.brand_id‘,total:{$sum:1}}})
mongodb 聚合操作
标签:技术分享 sql ota 分析 style .com where com 条件