Skip to content

Instantly share code, notes, and snippets.

@tamiroze
Created June 20, 2019 00:25
Show Gist options
  • Save tamiroze/f5bf77e9332de49de7363ced35922ce9 to your computer and use it in GitHub Desktop.
Save tamiroze/f5bf77e9332de49de7363ced35922ce9 to your computer and use it in GitHub Desktop.
Redshift Snowflake
json_extract_path_text (properties,'name') parse_json(properties):name
select json_extract_array_element_text('[111,112,113]', 2); select parse_json('[111,112,113]')[2];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment