i think it is not possible. instead, you can keep a field in basket
entity, and update this field in every operation. it may be better
according to nosql mentality (i guess so).

On 7 Ekim, 18:57, nacho <vela.igna...@gmail.com> wrote:
> 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to