vote up 0 vote down star

I want a "group by and count" command in sqlalchemy. How can I do this?

flag

0% accept rate
Seems to be a duplicate of stackoverflow.com/questions/370174/… – Andriyev Jun 27 at 5:19
thanks , thank you vary much – nazmul hasan Jul 2 at 5:30

1 Answer

vote up 0 vote down
session.query(TABLENAME).group_by(TABLENAME.colum).count()
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.