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 -~----------~----~----~----~------~----~------~--~---
