Re: [appengine-java] Re: about count query

2010-04-28 Thread Chau Huynh
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

[appengine-java] Re: about count query

2010-04-28 Thread Joe Fawzy
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