Skip to content

Instantly share code, notes, and snippets.

@naranjja
Created January 2, 2017 20:55
Show Gist options
  • Save naranjja/c04ebbe427a77f6b74ee9d4528bcb9fa to your computer and use it in GitHub Desktop.
Save naranjja/c04ebbe427a77f6b74ee9d4528bcb9fa to your computer and use it in GitHub Desktop.
Replace all values of a document
r.table('tableName').filter({name: 'foo'}).update({name: 'bar'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment