chris_mao收录,使用标签:行列转换,时间:2008-5-12 22:38:10 | 相关网摘,我也收藏
declare @sql varchar(8000)set @sql = 'select 姓名 'select @sql = @sql ' , max(case 课程 when ''' 课程 ''' then 分数 else 0 end) [' 课程 ']'from (select distinct 课程 from tb) as aset @sql = @sql ' from tb group by 姓名'exec(@sql)
http://topic.csdn.net/u/20080512/14/6022944a-0b8b-4239-9f2b-9d2a2492d93d.html
zhanghu1986收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2008-6-18 13:21:00
http://topic.csdn.net/u/20080614/17/22e73f33-f071-46dc-b9bf-321204b1656f.html
efan101收录,使用标签:Oracle, 数据库, 行列转换 | 相关网摘,我也收藏,时间:2008-8-19 13:40:28
http://topic.csdn.net/u/20080123/18/9731d130-0d4b-4c11-8d89-f2c3ca331f0c.html
RainbowOak收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2008-4-16 19:20:50
http://topic.csdn.net/u/20080326/15/fd734772-ed54-4882-a7eb-07a86afd050e.html
vovo2000收录,使用标签:SQL, 行列转换 | 相关网摘,我也收藏,时间:2006-11-22 8:51:00
http://community.csdn.net/Expert/topicview.asp?id=5157403
baoshan收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2007-3-7 17:19:44
http://community.csdn.net/Expert/topicview.asp?id=5382052
baoshan收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2007-3-18 14:26:23
http://community.csdn.net/Expert/topicview.asp?id=5403098
ocen713收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2007-11-14 11:50:29
http://topic.csdn.net/u/20071114/11/e4b07c5f-fdd1-4d9d-9458-61b625f96e02.html
javatotti收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2008-7-25 15:07:22
http://topic.csdn.net/u/20080724/19/dc43e13a-bb81-423b-b3b8-4e127d371cfb.html
efan101收录,使用标签:数据库, Oracle, 行列转换 | 相关网摘,我也收藏,时间:2008-8-19 11:59:00
http://topic.csdn.net/u/20071128/15/9112c597-d28b-4649-954e-031c884745d5.html?seed=1327889598
baoshan收录,使用标签:行列转换 | 相关网摘,我也收藏,时间:2007-3-6 20:23:19
http://community.csdn.net/Expert/topicview.asp?id=5380092