On May 13, 2008, at 11:03 AM, jean-philippe dutreve wrote:

>
> I've this error:
> ProgrammingError: (ProgrammingError) subquery in FROM must have an
> alias
> HINT:  For example, FROM (SELECT ...) [AS] foo.
> 'DELETE FROM winancial_integ.acc_transactions WHERE EXISTS (SELECT 1
> \nFROM (SELECT winancial_integ.acc_transactions.transaction_id AS
> transaction_id, ...

hi, then just call statement.alias() to make it into an alias.

- mike



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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