Thank you very much, that is exactlly what i was searching for! Web2py is
just awesome!

18. Okt 2009 8:03 vorm. schrieb am "mdipierro" <[email protected]>:


You can do

rows=db(db.events.id==id)(db.events.status==db.status.id)
(db.events.severity==db.severity.id).select()
for row in rows:
    print row.events.message, row.status.status,
row.severity.severity

On Oct 18, 12:12 am, Sebastian Brandt <[email protected]> wrote: > Hi
everyone, > I am having a h...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to