Should be DATETIME() if you are using the full date and time.. and you can
use just DATE() for date without the time included.
So, you could do:
Where timestamp > DATETIME('2009-12-04 20:45:00') AND date <
DATE('2009-12-07')
On Thu, Mar 25, 2010 at 9:47 PM, 风笑雪 <[email protected]> wrote:
> It should be:
> WHERE timestamp >= TIME('2010-03-02 05:37:26.489249')
>
> ----------
> keakon
>
> --
> 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]<google-appengine%[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.