Skip to content

Instantly share code, notes, and snippets.

@wichopy
Created February 25, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wichopy/24a8c0cc1604d3ac45b81994477f30e3 to your computer and use it in GitHub Desktop.
Save wichopy/24a8c0cc1604d3ac45b81994477f30e3 to your computer and use it in GitHub Desktop.
Find and modify one document in Mongo DB
db.tweets.findAndModify({query: {"likes" : null},update:{$set: {"likes": []}},new: true, upsert: true })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment