python - How to construct GQL to not contain a value from a set? -


Is it possible to choose a Google app engine from DB where a db.model object was given Not in the list? If so, what would be the syntax?

Former of a model class:

  class spam (db.model): field 1 = db. Boolean property (default = false) Field2 = db.IntegerProperty ()  

An example of a query that I want to work but can not detect:

 < Code> spam_results = db for spam_enputs in the app: "id:% s"% a.key (). The API ("SELECT * FROM SPAM WHERE KEY: 1 LIMIT 10", ['ag1waWRENEXByZXNlbnRzchMLEgxBbm5vdW5jZW1lbnQYjAEM', 'AG1WWENXBXXNLBNAZCHMLGAM']) supports an "in" query, however, this "NOT" Does not support IN "query. 

However, if you do not you can retrieve the every unit and you Filter them as they are not needed.

Alternatively, if you have a large fraction of all the entities to be removed, then the above solution should be disabled rather than D. Instead, You can add an additional asset which you You can use to filter ads that you do not want (even if it is possible, depending on your specific requirements and data).


Comments