Not that I've tried it, but does this syntax from the book help ?
>>> rows = db(db.person).select(join=db.dog.on(db.person.id==db.dog.owner))

Does replacing select with delete work?  

Reply via email to