On Apr 29, 2007, at 8:11 PM, Ram Yalamanchili wrote:
> objects i believe. So, still trying to see how to fit what you said
> into my query like:
>
>
> q = Query(cls).join('parent').group_by(cls.c.user_id).order_by
> (func.count(cls.c.user_id)).limit(limit).offset(offset)
>
thatll work, have you tried ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---