Created
September 28, 2021 16:02
-
-
Save andrewdoss-bit/73ce39c20d55dc4c79f5e415735dcaef to your computer and use it in GitHub Desktop.
Sample JSON query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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