I'm having some problems using join operation and I'd like to confirm
if I use it properly. I do it this way(for 3 tables in which table A
has keys to other tables):

someMappedTableA.join(someMappedTableB, someMappedTableA.c.BID ==
someMappedTableB.ID).join(someMappedTableC, someMappedTableA.c.CID ==
someMappedTableC.ID)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to