Is there some way to GROUP
BY in App Engine, via GQL or Query
methods?
I made some research and I've read that there isn't GROUP BY
in GQL, and looks like there isn't also in Query
class.
If is there any resource or any approach to implement with Python, please let me know.
EDIT
I've read also that its possible to make a GROUP BY
with Map Reduce. If anyone has experience with this, a help would be accepted.
Thanks.