Created
October 17, 2019 02:07
-
-
Save ezirmusitua/12d7a581b15e2a2a3b3aa5ae6d00b4d8 to your computer and use it in GitHub Desktop.
Delete elements from array field [delete elements from array field in mongodb] #mongodb #javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.Store.update({}, {$pull: {vegetables: {$in: ['v1', 'v2']}, fruits: 'f1'}}, {multi: true}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment