Top "Gql" questions

GQL is a SQL-like language for retrieving entities or keys from Google Cloud Datastore.

Google App Engine: Is it possible to do a Gql LIKE query?

Simple one really. In SQL, if I want to search a text field for a couple of characters, I can …

google-app-engine google-cloud-datastore gql
How do I query in GQL using the entity key

How do I write a query against the entity key using GQL in the Google App Engine Data Viewer ? In …

google-app-engine google-cloud-datastore gql
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
App Engine Datastore Viewer, how to show count of records using GQL?

I would think this would be easy for an SQL-alike! What I want is the GQL equivalent of: select count(*) …

google-app-engine gql
GQL query with numeric id in datastore viewer

I want to build GQL query to get an object using its numeric id. I'm doing this in Datastore viewer …

google-app-engine gql
How to delete a record using GQL?

I need to iterate and delete all records of my datastore. I am using Google App engine Launcher to test …

python gql
Why Google's BigTable referred as a NoSQL database?

From Wikipedia: Notable production implementations [of NoSQL databases] include Google's BigTable, Amazon's Dynamo and Cassandra. But Google's BigTable does have …

sql database nosql bigtable gql