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: unpivot-multiple-columns in-snowflake.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ where split(skill, '_')[0] = split(skill_comments, '_')[0];
33
33
34
34
## Multi-column Unpivot example 2
35
35
36
-
Suppose you have a Wide Table format Children Guardian contact information that you want to convert to a Long Table format
36
+
In this example we have a Wide Table with Children Guardian contact information. We have two guardians listed for each child, and an email address for each guardian. Instead of two columns for guardians names and two for email addresses, we would like to reduce this to one of each: Child Name, Guardian Name, Guardian Email Address as following:
0 commit comments