Skip to content

Instantly share code, notes, and snippets.

@IMSoP
Created February 5, 2016 12:54
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 IMSoP/d411c4b303adfc426ec8 to your computer and use it in GitHub Desktop.
Save IMSoP/d411c4b303adfc426ec8 to your computer and use it in GitHub Desktop.
Create Table test ( testjson jsonb );
Insert Into test ( testjson ) Values ( '[{"sid":"12345284239407942"}]'::jsonb );
Select testjson->>'sid' From test;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment