Is there any way I could execute a query like this:
SELECT column_name, count(*)
FROM collection_name
GROUP BY column_name
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.