Hello,

I am doing a A->B join before I do any filtering on a query object
constructed from A. I then to filtering based on C. I have a
column_property mapped to A that gives me the total number of B. This
is executed as a subquery, which means it gives me the total number of
B in the database, not the total number of B after being filtered by
C. How do I get the count of B having applied the filter on C?

Thanks,
Justin

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