Answers for "mongo delete gt"

0

mongodb delete matching documents

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

$removefromset mongodb

> db.collection.update(
... {"StudentName": "John"},
... {$pull: { "StudentHobby": "Cooking"}});
WriteResult({ "nMatched" : 1, "nUpserted" : 0, "nModified" : 1 })
Posted by: Guest on August-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language