I'm working on an application that has a table for "Post" objects, with a field for "Post_Category".
I've been trying to find a way to count the number of Posts in each category without doing a query on every possible value. I'd like to get the data through a single query, but since GAE doesn't allow the use of Group By (I think that would solve this) I am doubtful that such a solution exists. Has anyone else encountered a similar issue/solved this problem? Thanks very much in advance, Max Seiden -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
