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.

