开发者

App Engine - GQL invalid query string

开发者 https://www.devze.com 2023-04-02 03:01 出处:网络
I don\'t know what can be wrong here: SELECT * FROM RGUser     WHERE isGuest = FALSE AND created < DATE(\'2011-09-01\')    

I don't know what can be wrong here:

SELECT * FROM RGUser    
WHERE isGuest = FALSE AND created < DATE('2011-09-01')    
ORDER BY created

screenshot http://my.jetscreenshot.com/3910/20110904-pwms-18kb.jpg开发者_JAVA技巧


There's nothing wrong in your query, it's just the datastore viewer that does not work well in case of query modification after an error; just to copy the query, click again on Datastore viewer, paste it and launch it again.

0

精彩评论

暂无评论...
验证码 换一张
取 消