本文介绍了如何使用pivot sql的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我有一张包含以下数据的表格.. A B C D BR00002 281 2.22 12-01-2013 BR00002 277 1.65 12-02-2013 BR00002 267 1.8 12-03-2013 我想要得到以下结果.. X y 12-01-2013 12-02-2013 12-03-2013 BR00002 825 2.22 1.65 1.8 请帮助,如何获得所需.. .. div class =h2_lin>解决方案 I have a table with following data.. ABCDBR000022812.2212-01-2013BR000022771.6512-02-2013BR000022671.812-03-2013I Want to get the following result..Xy12-01-201312-02-201312-03-2013BR000028252.22 1.65 1.8Please help, How to get the required.. 解决方案 这篇关于如何使用pivot sql的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!