You should use Query filters, see the following page for more information: http://code.google.com/appengine/docs/java/datastore/queries.html#Restrictions_on_Queries
Hope that helps. On Sun, Jul 31, 2011 at 11:35 AM, SergiBC <[email protected]> wrote: > any help? > > On 26 jul, 21:11, SergiBC <[email protected]> wrote: >> Hello, >> >> I do this query in "Datastore viewer" --> select from " + >> MyClass.class.getName() + " WHERE id >= KEY('MyClass', 415011) >> and it works. >> >> But how do I do this in java? >> >> Thank you > > -- > 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. > > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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.
