Skip to content

Instantly share code, notes, and snippets.

@KattyaCuevas
Created November 13, 2014 17:17
Show Gist options
  • Save KattyaCuevas/a72612c2f2b230323d6a to your computer and use it in GitHub Desktop.
Save KattyaCuevas/a72612c2f2b230323d6a to your computer and use it in GitHub Desktop.
db.users.update(
{ age: { $gt: 18 } },
{ $set: { status: "A" } },
{ multi: true }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment