Skip to content

Instantly share code, notes, and snippets.

@doug
Created May 13, 2011 20:53
Show Gist options
  • Save doug/971302 to your computer and use it in GitHub Desktop.
Save doug/971302 to your computer and use it in GitHub Desktop.
select a object by id number in gql
SELECT * FROM Object where __key__ = KEY('Object', 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment