On Thu, Oct 23, 2008 at 6:15 PM, Paulo Fabiano Langer
<[EMAIL PROTECTED]> wrote:

> 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.

You put a counter property in the Languages model, and increment it
each time you insert a new word.


Dave.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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