This query works well
db.GqlQuery(Select * from mytable where __key__ IN :x", x=myarray)

how can i filter by google's auto increment "id"
i.e. I want to filter by id:

db.GqlQuery(Select * from mytable where __id__ IN :x",
x=myarray)                   This gives error

Is there any other way so that I can filter based on the ID.

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en.

Reply via email to