Skip to content

Commit 672e22f

Browse files
Update unpivot-multiple-columns in-snowflake.md
1 parent 47bbd4e commit 672e22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpivot-multiple-columns in-snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ where split(skill, '_')[0] = split(skill_comments, '_')[0];
3333

3434
## Multi-column Unpivot example 2
3535

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:
3737

3838
|<img src="https://github.com/user-attachments/assets/632b638b-23f6-4a83-98c6-fce8c7b79967" width="75%">|
3939
|:--:|

0 commit comments

Comments
 (0)