Thanks for the info. I can see count and tried it. Thank you.
As a side note, I have a look into
org.datanucleus.store.appengine.query.DatastoreQuery
In case of count, it's a call to
com.google.appengine.api.datastore.PreparedQuery.countEntities()
Key only query still need to go through some wrapp
it is supported ,use it
u can find several posts about it in this group
joe
On Apr 28, 4:47 am, Chau Huynh wrote:
> On Wed, Apr 28, 2010 at 5:24 AM, Joe Fawzy wrote:
>
> select count (this) from User
> Since when app engine support group operation? ;-)
>
>
>
>
>
> On Wed, Apr 28, 2010 at 5:2