Hi everybody,

I've googled a lot about this doubt by I really didn't find anything.

Well, I have two entities: Words and Languages

Words
   - word
   - id_language ( the key from the Languages entity )

Languages
   - name


I've created a class called ListLanguages and I use Languages.all()
My doubt is, how could get the languages list and the number of words
of each language?

Normaly with SQL we could use group by id_language but I really don't
know how to do that in app engine.

Could some one help me?

thanks
Paulo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to