how to query not null values in google app engine admin console -


how query not null values in google app engine admin console using gql syntax? consider having table property firstname. need values first name not null. how do that? whats query?

you don't need special query :

from docs:

datastore queries refer property never return entities don't have value property.

so if use firstname in gql, return entities have firstname.


Comments

Popular posts from this blog

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Checkbox item adds to spinner -

android - Go back to previous fragment -