Top "Gqlquery" questions

What's the best way to count results in GQL?

I figure one way to do a count is like this: foo = db.GqlQuery("SELECT * FROM bar WHERE baz = 'baz') …

google-app-engine gql gqlquery