Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created October 17, 2019 02:07
Show Gist options
  • Save ezirmusitua/12d7a581b15e2a2a3b3aa5ae6d00b4d8 to your computer and use it in GitHub Desktop.
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
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