Reputation: 98
I am looking for a good way to do the following.
r.Table('tableA').get(1)('somelistofuid')
r.Table('tableB').getAll(listfromQueryAbove)
I know that i can do getAll(a,b,c) to get a,b,c but could there be a simpler way?
Upvotes: 1
Views: 695