📌  相关文章
📜  删除 mongo shell 中的所有内容 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:38.555000             🧑  作者: Mango

代码示例3
db.products.remove( { qty: { $gt: 20 } } )