You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: using-transform-function-in-snowflake-to-extract-values-from-a-json-array.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Using TRANSFORM function in Snowflake to extract values from a json array
1
+
# Using TRANSFORM function in Snowflake to extract values from a JSON array
2
2
3
3
TRANSFORM function in Snowflake can be used for advanced array transformations. You can apply a function or lambda expression to each element in an array and return a new array with the transformed values. Here's the basic syntax:
0 commit comments