Skip to content

Instantly share code, notes, and snippets.

@neumino
Created October 20, 2013 02:01
Show Gist options
  • Save neumino/7063968 to your computer and use it in GitHub Desktop.
Save neumino/7063968 to your computer and use it in GitHub Desktop.
r.db('test').table('test').filter(true)('id').limit(1).coerceTo('ARRAY').nth(0).do(function(idValue) {
return r.db('test').table('test').get(idValue).update({newField: "newValue"}, {returnVals: true})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment