Skip to content

Instantly share code, notes, and snippets.

@gharriso
Created February 15, 2018 00:23
Show Gist options
  • Save gharriso/4c877dee754e9336233e1095edc9c804 to your computer and use it in GitHub Desktop.
Save gharriso/4c877dee754e9336233e1095edc9c804 to your computer and use it in GitHub Desktop.
var rc = db.products.update(
{ _id: prodId },
{ $set: { price: newPrice } },
{ multi: true }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment