Skip to content

Instantly share code, notes, and snippets.

@andrewdoss-bit
Created September 28, 2021 16:02
Show Gist options
  • Save andrewdoss-bit/73ce39c20d55dc4c79f5e415735dcaef to your computer and use it in GitHub Desktop.
Save andrewdoss-bit/73ce39c20d55dc4c79f5e415735dcaef to your computer and use it in GitHub Desktop.
Sample JSON query
SELECT *
FROM "doss/demo_repo"."json_demo"
WHERE (json_object_data) ->> 'Name' = 'Wii Sports'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment