Dear all,
I am trying to find a way to limit group_by arguments of one query
only to the values of some other query.
Is this doable? If yes how to do that.
This is an example how query looks like:
query1.group_by(sesion.query(tab.columns['name']).filter(datab.columns['value']==354).all())
Thanks

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to