1

在我的 appengine 应用程序中,我使用数据存储;数据存储的字段(类别)之一是整数数组。我想找到我的数据存储中数组字段类别包含特定 int x 的所有元素。我该如何编写查询?我尝试以下但不起作用:

Query q = pm.newQuery("select from "+Channel.class.getName()+" where category.contains("+x+")");
4

0 回答 0