This kind of query worked but i imagine this breaks the whole "Cloud Datastore reads scale because the only queries supported are those whose performance scales with the size of the result set (as opposed to the data set)" concept. So doesn't that decrease the value of using Datastore at the first place for such thing ?
On Sunday, September 25, 2011 at 1:07:59 PM UTC-7, David wrote: > > It's not exactly like the LIKE statement, but this should work in a > similar fashion and return similar results for a LIKE 'abc%' > > select * from MyEntity where myField >= 'abc' and myField < 'abd' > > On Sep 25, 11:55 am, Bruce Aloe <[email protected]> wrote: > > Hello, > > > > SQL supports "like" operator. I am wondering whether GQL supports the > > "like" operator or not. > > > > I have been looking at the GQL reference: > http://code.google.com/appengine/docs/python/datastore/gqlreference.html > > > > However, the document doesnot mention anything it. > > > > Is there any official document talking about this issue? > > > > Any help is appreciated. Thanks. > > > > Bruce -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/708eaca9-7aa2-4c45-bd27-53eb80cb247e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
