Sanjay ha scritto:
> I got that the obvious way is just writing the string query, i.e.
>
> query.filter("col IN SELECT col FROM some_table")
>
>   
something like this:

query.filter( col.in_( select([col],...).correlate(None) ))



Glauco




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to