unpivot

  • 网络逆透视;为行;取消枢纽

unpivotunpivot

unpivot

逆透视

逆透视 (unpivot)在 Integration Services 中,通过将单条记录中的数据列扩展为多条记录来创建更加规范化的数据集的过程。

为行

列转换为行(unpivot),行转换为列(pivot) 用法解析。(82) 最近学习数据库开发,一些基础的东东。。。

取消枢纽

取消标记 in English, translation,... ... 取消群组 ungroup 取消枢纽 unpivot 取消停靠 undock ...

成列还可将列扭成行

升级到SQL Server2005你可以用Pivot这个单词的意思就是“枢轴”有了轴你可以将行扭成列还可将列扭成行UNPivot)©版权所 …

1
UNPIVOT does not reproduce the original table-valued expression result because rows have been merged. 而UNPIVOT不会重现原始表值表达式的结果,因为行已经被合并了。
2
UNPIVOT performs the opposite operation to PIVOT by rotating columns of a table-valued expression into column values. UNPIVOT与PIVOT执行相反的操作,将表值表达式的列转换为列值。
3
The new PIVOT and UNPIVOT operators rotate result sets by which columns become rows and rows become columns. 新的PIVOT和UNPIVOT运算符对结果集进行旋转,这样,列变成了行,行变成了列。
4
UNPIVOT performs almost the reverse operation of PIVOT, by rotating columns into rows. UNPIVOT将与PIVOT执行几乎完全相反的操作,将列转换为行。
5
Finally, perform an unpivot on the distribution channels. 最终,在分销渠道上执行逆透视。
6
You can use the PIVOT and UNPIVOT relational operators to change a table-valued expression into another table. 可以使用PIVOT和UNPIVOT关系运算符将表值表达式更改为另一个表。