My Datastore contains: an entry with an id/Name id = 30001
I tried: SELECT * FROM Skill WHERE Id=30001 and a few other variations.
How can i use the entity key to retrieve entries?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The fastest and more convenient method to retrieve a Model by a given id is by calling the get_by_id() class method of the Model:
Using GQL is pretty much slower and it’s achieved using
KEY: