Hi Alex,

Here's how you join more than two tables in web2py:

db((db.table1.col == db.table2.FKcol)&(db.table1col ==
db.table3.FKcol)).select()



Kind regards,

Annet.

Reply via email to