Hi all,
Is there any way to do things like INSERT INTO t1 (SELECT c1, c2, c3
FROM t2); using SQLAlchemy API?
Seems that Select and ResultProxy objects can't be used with
_Insert.execute()
Thanks,
Timur
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---