Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created January 11, 2013 00:35
Show Gist options
  • Select an option

  • Save BinRoot/4507015 to your computer and use it in GitHub Desktop.

Select an option

Save BinRoot/4507015 to your computer and use it in GitHub Desktop.
db.codes.findAndModify(
{
query: {type:"hi"},
update: {desc:"stuff"}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment