[web2py] Re: db select of certain id

2014-01-01 Thread lucas
very sweet, thanx anthony, lucas -- 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] Re: db select of certain id

2014-01-01 Thread Anthony
db(db.auth_group. belongs((4,6))).select() On Wednesday, January 1, 2014 12:57:31 PM UTC-5, lucas wrote: > > how would you syntax this out properly? > > qGrp = db(db.auth_group.id in (4,6)).select() > > so i only want to pull records with the id of 4 and 6. thanx in adva