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]; |
Created
June 20, 2019 00:25
-
-
Save tamiroze/f5bf77e9332de49de7363ced35922ce9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment