[web2py] Re: Variable db Table Name

2013-09-24 Thread ewong1111
cool thanks! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" gro

[web2py] Re: Variable db Table Name

2013-09-24 Thread Niphlod
db.tablename.fieldname is just another way to access db[tablename][fieldname] . More or less like a Storage On Tuesday, September 24, 2013 11:46:22 PM UTC+2, ewon...@gmail.com wrote: > > Is there any way to use a variable for a db table name as part of a query? > > Say if I have multiple tables