More docs on this subject here: http://code.google.com/appengine/docs/python/datastore/gqlreference.html
Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, May 16, 2011 at 3:12 PM, Ikai Lan (Google) <[email protected]>wrote: > You want to do a get by key? > > SELECT * FROM EntityKind WHERE __key__ = KEY("ENCODEDKEYHERE") > > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog: http://googleappengine.blogspot.com > Twitter: http://twitter.com/app_engine > Reddit: http://www.reddit.com/r/appengine > > > > On Sat, May 7, 2011 at 4:40 PM, Anton Veretennikov < > [email protected]> wrote: > >> Oops, I did mean not only soring but also filtering by 1 key. >> >> >> -- >> 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. >> > > -- 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.
