Skip to content

Instantly share code, notes, and snippets.

@dosjota
Created May 5, 2015 20:39
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 dosjota/19c4905ce21562403078 to your computer and use it in GitHub Desktop.
Save dosjota/19c4905ce21562403078 to your computer and use it in GitHub Desktop.
db.personas.update( { identificador: '17026086' }, { $inc: { age : 1 } } );
db.personas.update( { identificador: '14026086' }, { $inc: { age : 1 } } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment