Skip to content

Instantly share code, notes, and snippets.

@judavi
Created February 20, 2020 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judavi/6bf9c03d786b5b72fa3b19cd781f041c to your computer and use it in GitHub Desktop.
Save judavi/6bf9c03d786b5b72fa3b19cd781f041c to your computer and use it in GitHub Desktop.
Grafeas get URI
SELECT
o.data.noteName AS "note_name",
o.data AS "data",
o.data."resource".uri AS "image"
FROM OCCURRENCES o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment