行列互換

來源:互聯網
上載者:User
--> --> (Roy)產生測試數據 if not object_id('Class') is null    drop table ClassGoCreate table Class([Student] nvarchar(2),[數學] int,[物理] int,[英語] int,[語文] int)Insert Classselect N'李四',77,85,65,65 union allselect N'張三',87,90,82,78godeclare @s nvarchar(4000),@s2 nvarchar(4000),@s3 nvarchar(4000),@s4 nvarchar(4000)select @s=isnull(@s+',','declare ')+'@'+rtrim(Colid)+' nvarchar(4000)',@s2=isnull(@s2+',','select ')+'@'+rtrim(Colid)+'='''+case when @s2 is not null then 'union all select' else ' select ' end+'  [科目]='''+quotename(Name,'''')+'''''',@s3=isnull(@s3,'')+'select @'+rtrim(Colid)+'=@'+rtrim(Colid)+'+'',''+quotename([Student])+''=''+quotename('+quotename(Name)+','''''''')  from Class ',@s4=isnull(@s4+'+','')+'@'+rtrim(Colid)from syscolumns whereid=object_id('Class') and Name not in('Student')--print @s+' '+@s2+' '+@s3+' exec('+@s4+')' 顯示執行語句exec(@s+' '+@s2+' '+@s3+' exec('+@s4+')')/*科目   李四   張三---- ---- ----數學   77   87物理   85   90英語   65   82語文   65   78*/

其它方法
http://topic.csdn.net/u/20080614/17/22e73f33-f071-46dc-b9bf-321204b1656f.html?seed=562318242

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.