Tag Archives: GQL distinct result

Getting Distinct Result From Google App Engine GQL Query

One of the big limitations of Google App Engine is query syntax. Like SQL we don’t have all freedom in GQL. As an example, we cannot get DISTINCT result like following SQL query… “Select DISTINCT name from users” Let’s say … Continue reading

Posted in Google App Engine, GQL, Python | Tagged | 6 Comments