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
Post a Comment