Answers for "mongoDB if one field is filled delete the other field"

13

remove property mongodb

db.myCollection.update({}, {$unset: {fieldToRemove:1}} , {multi: true});
Posted by: Guest on May-25-2020

Code answers related to "mongoDB if one field is filled delete the other field"

Code answers related to "Javascript"

Browse Popular Code Answers by Language