Created
January 2, 2017 20:55
-
-
Save naranjja/c04ebbe427a77f6b74ee9d4528bcb9fa to your computer and use it in GitHub Desktop.
Replace all values of a document
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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