SELECT * FROM thing WHERE added =  '2008-06-08 22:17:45.200477 '
won't match
Neither
SELECT * FROM thing WHERE added <  '2008-07-08 22:17:45.200477 ' and
added >  '2008-06-08 22:17:45.200477 '
And
SELECT * FROM Ad WHERE added <  '2006-11-18 22:17:45.200477 '
surprisingly matches many entities.

How match a day or a month interval, or an exact timepoint?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to