Skip to content

Instantly share code, notes, and snippets.

@danared
Created October 29, 2015 20:11
Show Gist options
  • Save danared/ffe97b7a10642affb9e0 to your computer and use it in GitHub Desktop.
Save danared/ffe97b7a10642affb9e0 to your computer and use it in GitHub Desktop.
db.orders.update(
{price:"free"},
{$set: {price: 0}},
{multi: true});
db.orders.update(
{price:"if you have to ask...."},
{$set: {price: 1000000}},
{multi: true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment