Hi, i need to do something like this:

SELECT sum(ammount) FROM purchases

or something like this:

SELECT count(*) FROM sales

But the datastore only let me load 1000 entities, so... is there any
simple way to do something like that?

For example, one of my clients have more than 10.000 purchases, and he
wants to know how many sales he haves right now, how can i get that
number? Or how can i get the sum of the ammount of all purchases?

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