Answers for "mongo delete a key in matching documents"

0

mongo delete a key in matching documents

db.collection_name.update({ _id: 1234 }, { $unset : { description : 1} })
Posted by: Guest on April-26-2021

Code answers related to "mongo delete a key in matching documents"

Browse Popular Code Answers by Language