thank you very much :)
Michael Bayer wrote::
> table1.update(table1.c.id.in_(select([table2.c.id])),
> values={table1.c.column1:table1.c.column2,
> table1.c.column3:table1.c.column4})
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---