Skip to content

Instantly share code, notes, and snippets.

@faulker
Last active May 23, 2017 17:02
Show Gist options
  • Save faulker/00e304b5e4d1128b7b53a0ecee22902e to your computer and use it in GitHub Desktop.
Save faulker/00e304b5e4d1128b7b53a0ecee22902e to your computer and use it in GitHub Desktop.
Sql Tricks/Hacks/Examples
-- Checks to see if 'prealgebra' exists int he json array data->'series'
SELECT * FROM table WHERE jsonb_exists(data -> 'series', 'prealgebra');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment