我想减轻我的生活,而不是编写任何代码来查找集合中的一些文档,然后删除它们,我想通过使用 mongo 控制台来做到这一点:
$ db.collection.find({something here which has reutrn value }).find()
我想做类似于以下的事情:
$ db.collection.find({something here which has reutrn value }).find().remove()
这是不可能的,那么在不编码的情况下摆脱某些文档的最快方法是什么?还是不知道文件的 ID?