Skip to content

Instantly share code, notes, and snippets.

@jeromebanks
Created February 7, 2014 00:39
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 jeromebanks/8855429 to your computer and use it in GitHub Desktop.
Save jeromebanks/8855429 to your computer and use it in GitHub Desktop.
Example to_json
select
to_json( array( 1, 2, 3, 4) )
from mytable;
Output is
" [ 1,2,3,4 ]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment