dbObj = datastore.Query("data", {})     *# here data is table name *
dbObj.Run()
count = dbObj.Count()

*here, count is > 0 because record is found*
*
*
key = "id!="
value = "123"
filterObj = { key : value }

dbObj.update(filterObj)
dbObj.Run()
count = dbObj.Count()

*here, count is 0*
*
*
*here, operator = " <, <=, =. !=, >, =>"*
*but all operator not working*
*
*
*how to filter record without use GQLQuery and model class?*
*please somebody help
*

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to