Count in a query
Posted: Fri May 10, 2013 12:09 pm
Is there any way I could execute a query like this:
SELECT column_name, count(*)
FROM collection_name
GROUP BY column_name
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there any way I could execute a query like this:
SELECT column_name, count(*)
FROM collection_name
GROUP BY column_name
Yeah, I looked at that.
But is there a way to group the results ?
Not yet.