Just a blind guess but does this work any better?
query = (comment.id > 0) & (webpage.title == 'FAQ') & (comment.page_id == 
webpage.id) & (comment.id == comment_tags.comment_id) & (tag.id == 
comment_tags.tag_id) & (tag.label == 'Agree')
db(query).select()

Reply via email to