db(db[tablename][fieldname]==value).select()
On Tuesday, 9 April 2013 13:32:02 UTC-5, Anil Nalamalapu wrote: > > How to fetch a row from the db if we are given a tablename and a fieldname > as strings? > > tablenames_list= ['a','b'] > value = x; > > fetch rows from each table in the list, so that the row has value 'x' for > some field of the table? > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

