2013-04-02 5 views

Répondre

1

db.collection.find().limit(100).forEach(function(doc) { db.collection.remove({_id:doc._id});
});

Questions connexes