We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ba558 commit 47bbd4eCopy full SHA for 47bbd4e
unpivot-multiple-columns in-snowflake.md
@@ -5,7 +5,7 @@ Data can be organized in different ways, for example, in a short/wide or tall/sk
5
6
|<img src="https://github.com/user-attachments/assets/390dec7d-97a4-403a-87cd-9aece7ae1025" width="75%">|
7
|:--:|
8
-|Transposing Wide Table into a Long Table using UNPIVOT for easier analysis|
+|When you unpivot, you unpack the attribute-value pairs and re-orient them into flattened columns for easier analysis|
9
10
## Multi-column Unpivot example 1
11
Suppose you have a Wide Table format Performance Ratings that you need to covert to a Long Table format:
0 commit comments