时间:2021-07-01 10:21:17 帮助过:6人阅读
db.info.aggregate([
{
$group:{_id:{Matchid:"$Matchid"},count:{$sum:1},dups:{$addToSet:"$_id"}}
},
{
$match:{count:{$gt:1}}
}
]).forEach(function(doc){
doc.dups.shift();
db.info.remove({_id:{$in:doc.dups}});
})
mongodb删除某字段重复的操作
标签:重复 cti hid rem mat move fun reac UNC