Sorry if this is a double post, I think my last message barfed: I was wondering if this was theoretically possible with SqlSoup + SqlAlchemy. Here is the SQL:
SELECT p.ShotID, s.shot_ID FROM Production.Production p JOIN Shots.Shots s on p.ShotID = s.shot_ID; I have two databases that live on the same MySQL box, but wanted to perform a similar join with SqlSoup. I did a quick search but didn't come up with anything, has anyone done something like this? If not is how does Sqlalchemy handle this typically. -- Cheers, Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
