久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

如何透視列并在之后更新透視數據

How to pivot columns and update the pivoted data afterwards(如何透視列并在之后更新透視數據)
本文介紹了如何透視列并在之后更新透視數據的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我有一個包含以下列的表格:

I have a table with the following columns:

GLLink int
Budget01 float
Budget02 float
Budget03 float
Budget04 float
Budget05 float
Budget06 float
Budget07 float
...
Budget57 float
Budget58 float
Budget59 float
Budget60 float

由于我的過濾器,每列有 8 行.

For each column, there is 8 rows because of my filter.

所有這些列都有值.

我需要將每一列的值設置為零,但是我知道我需要旋轉數據然后更新?

I need to set each columns value to zero, however I have the understanding that I would need to pivot the data and then update afterwards?

我知道您可以在 Excel 中轉置結果,然后在 Excel 中開發您的查詢,但是,我想知道如何在不使用 Excel 的情況下實現這一點.

I know you can just transpose the results in Excel and then develop you query in Excel, however, I would like to know how to achieve this without using Excel.

在 Excel 中轉置后,我的更新查詢將如下所示:

After the transpose in Excel, my update query would look like this:

update Budgets set Budget01 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget02 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget03 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget04 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget05 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget06 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget07 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
...
update Budgets set Budget57 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget58 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget59 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')
update Budgets set Budget60 = 0 where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')

我如何需要在 SQL 中開發相同的更新查詢,而不使用 Excel 并考慮以上所有內容?

How would I need to develop the same update query in SQL, without using Excel and taking all of the above in consideration?

推薦答案

使用一個更新來統治他們所有

Use the One Update To Rule Them All

update Budgets 
set 
Budget01 = 0,
Budget02 = 0,  
Budget03 = 0,  
...
Budget59 = 0,
Budget60 = 0
where GLLink in (select AccountLink from Accounts where Master_Sub_Account like '3200>%')

或者使用動態 SQL

Or use Dynamic SQL

示例:

declare @Cols NVARCHAR(max);
declare @DynSql NVARCHAR(max);

SELECT @Cols = concat(@Cols+', ',char(10), Col.Name, '=0')
FROM SYS.OBJECTS Obj
JOIN SYS.COLUMNS Col ON Obj.OBJECT_ID = Col.OBJECT_ID
WHERE Obj.TYPE='U' 
  AND Obj.NAME = 'Budgets'
  AND Col.Name LIKE 'Budget[0-9][0-9]';

set @DynSql = N'update Budgets set '+ @Cols + char(10) +
'where GLLink in (select AccountLink from Accounts where Master_Sub_Account like ''3200>%'')';

exec(@DynSql);

db<>fiddle 此處上進行測試

Test on db<>fiddle here

這篇關于如何透視列并在之后更新透視數據的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Modify Existing decimal places info(修改現有小數位信息)
The correlation name #39;CONVERT#39; is specified multiple times(多次指定相關名稱“CONVERT)
T-SQL left join not returning null columns(T-SQL 左連接不返回空列)
remove duplicates from comma or pipeline operator string(從逗號或管道運算符字符串中刪除重復項)
Change an iterative query to a relational set-based query(將迭代查詢更改為基于關系集的查詢)
concatenate a zero onto sql server select value shows 4 digits still and not 5(將零連接到 sql server 選擇值仍然顯示 4 位而不是 5)
主站蜘蛛池模板: 97视频免费| 成人国产网站 | 操操网站 | 国产精品久久国产精品 | 欧州一区二区 | 五月天国产视频 | 亚洲精品视频在线看 | 天天色av | 久久香焦| 久久综合伊人一区二区三 | 国产一区二区三区精品久久久 | 亚洲成人久久久 | 日日天天| 中文字幕亚洲欧美 | 国产精品成人一区二区三区 | 日韩午夜精品 | 精品国产一区二区三区久久久蜜月 | 欧美精品一区三区 | 视频精品一区二区三区 | 国产中文区二幕区2012 | 91精产国品一二三区 | 欧美一区二区成人 | 亚洲综合天堂 | 狠狠综合久久av一区二区小说 | 亚洲草草视频 | 日韩在线播放一区 | 影视一区 | 国产精品美女久久久久久免费 | 欧美日韩高清在线一区 | aaaa日韩 | 日日干日日 | 精品国产一区二区三区久久久久久 | 欧美精品在线一区二区三区 | 国产激情一区二区三区 | 久久国产高清视频 | 青久草视频 | 亚洲高清一区二区三区 | 免费在线观看一级毛片 | 国产一区二区三区久久久久久久久 | h视频亚洲 | 最新超碰 |