The index necessary to execute that particular query isn't available -- if you create the index, this query should work. The Admin Console should say something to this effect at the bottom of the stack trace.
- Jason On Wed, Sep 23, 2009 at 1:24 AM, mar_novice <[email protected]> wrote: > > When i use a filter in query like > SELECT * FROM Fruits where item = 'apple' > > It runs well and if i use an ordering like > SELECT * FROM Subscriber order by date > > it runs well also > > but when i combine the two, > > SELECT * FROM Fruits where item = 'apple' order by date > > i got Server Error.. > > What do you think is the problem?? > > thanks.. > > mar_novice > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
