Answers for "mongodb remove documents matching query"

Go
0

mongodb delete matching documents

db.products.remove( { qty: { $gt: 20 } } )
Posted by: Guest on April-27-2021

Code answers related to "mongodb remove documents matching query"

Browse Popular Code Answers by Language