我正在编写一个同时使用 IN 运算符和不等式运算符的 GQL 查询,但它返回错误。我的查询是
SELECT * FROM MyModel WHERE state IN ('ABC') AND count > 9
并且输出没有找到匹配的索引。
The suggested index for this query is:
- kind: MYModel
properties:
- name: state
- name: count
我正在编写一个同时使用 IN 运算符和不等式运算符的 GQL 查询,但它返回错误。我的查询是
SELECT * FROM MyModel WHERE state IN ('ABC') AND count > 9
并且输出没有找到匹配的索引。
The suggested index for this query is:
- kind: MYModel
properties:
- name: state
- name: count