fixed. because ID is not a property of the 'Postings' kind. I should use KEY function in the GQL.
On Jul 3, 10:28 pm, looking <[email protected]> wrote: > SELECT * FROM Postings WHERE ID = 1 > there is no result. > > SELECT * FROM Postings WHERE ID > 1 > there is no result. > > SELECT * FROM Postings WHERE ID < 1 > there is no result. > > what is wrong? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
