【发布时间】:2017-12-14 01:39:00
【问题描述】:
如何在 GQL 中编写以下查询
select * from test WHERE lid=1234 AND status IN (1,7,8) order by sent_datetime DESC
执行上述查询时出现异常:GQL query error: Encountered "IN" at line 1, column 46. Was expecting one of: "contains", "has", "is", "=", "<", "<=", ">", ">=", ".", "("
所有的列都被索引了。
谢谢
【问题讨论】:
标签: google-cloud-datastore google-cloud-platform gql