Joining tables in an UPDATE statement is not defined in any SQL standard (please correct me if I'm not up to date). MySQL introduced that with some 4.x version. That's why I'd really be surprised to find support of SA for this feature...I'm afraid you are right that this is not possible. But there might be a way to rewrite it using a subquery. (?) Ruben
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
