Hi, I have something along the lines of
db.define_table('post', ...) db.define_table('post_comment', Field('post_id', db.post), Field('comment_by', db.auth_user), Field('comment', 'text') I'm trying to list the comments along with the author's name. However, I'm having problems joining the tables. How could I do this with the DAL? Thank you. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@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.