s=(1,2,3)
db(db.table.field.belongs(s)).select()

or

s=db(db.othertable.otherfield=somevalue)._select(db.othertable.field)
db(db.table.field.belongs(s)).select()

Massimo

On Feb 28, 10:54 am, pedro <pedro...@gmail.com> wrote:
> That is m question.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to