We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b63a commit f18097fCopy full SHA for f18097f
unpivot-multiple-columns in-snowflake.md
@@ -7,7 +7,7 @@
7
## Example 1: Unpivot 3 Columns
8
Suppose you have a Wide Table format Performance Ratings data as following:
9
10
-| NAME | ACTING_RATING | ACTING_COMMENTS | COMEDY_RATING | COMEDY_COMMENTS | MUSICAL_PERFORMANCE_RATING | MUSICAL_PERFORMANCE_COMMENTS |
+| NAME | ACTING_RATING | ACTING COMMENTS | COMEDY RATING | COMEDY COMMENTS | MUSICAL_PERFORMANCE RATING | MUSICAL_PERFORMANCE COMMENTS |
11
|--------------|---------------|-----------------|---------------|-----------------|----------------------------|------------------------------|
12
| Groucho Marx | 4 | Awesome | 3 | Super | 4 | Really good |
13
| Harpo Marx | 4 | Awesome | 4 | Awesome | 4 | |
0 commit comments