Page 1 of 1

Count in a query

Posted: Fri May 10, 2013 12:09 pm
by Gert Vanwijn

Is there any way I could execute a query like this:

SELECT column_name, count(*)
FROM collection_name
GROUP BY column_name


Count in a query

Posted: Fri May 10, 2013 2:58 pm
by maxkatz

Count in a query

Posted: Fri May 10, 2013 3:20 pm
by Gert Vanwijn

Yeah, I looked at that.
But is there a way to group the results ?


Count in a query

Posted: Fri May 10, 2013 6:15 pm
by maxkatz

Not yet.