Hi Jamil, On Wed, Nov 23, 2011 at 8:20 AM, Jamil Rzayev <[email protected]> wrote: > I need to query App Engine Datastore with date parameter in where > clause. > > When I use App Engine Datastore Viewer and type the query like: > > Select * From Kind where date='2011-11-22' it does give me nothing. > > Could you please suggest me how to query data entities with specific > date value in where clause?
Take a look at: http://code.google.com/appengine/docs/python/datastore/gqlreference.html Cheers, Brian > -- > 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.
