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

如何按帳戶代碼長度對帳戶求和?

How to sum Accounts by account code length?(如何按帳戶代碼長度對帳戶求和?)
本文介紹了如何按帳戶代碼長度對帳戶求和?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我有 2 個表:DimAccounts 和 FactBudget.

I have 2 tables: DimAccounts and FactBudget.

DimAccounts 示例:

DimAccounts example:

AccountKey  AccountCode     AccountName AccountGroup    AccountType
1.6 1         6 1               NN          6               S
1.6 10        6 10              MMM         6               S
1.6 101       6 101             TTT         6               S
1.6 1010      6 1010            IIII        6               B
1.6 1011      6 1011            OOOO        6               B
1.6 1012      6 1012            KKK         6               B

FactBudget 示例:

FactBudget example:

TimeKey    AccountKey   Debit   Credit
20110719    1.6 1010    20.00   5.00
20110719    1.6 1011    15.00   0.00
20110719    1.6 1000    5.00    0.00
20110719    1.6 1012    10.00   5.00
20110719    1.6 1112    10.00   0.00

事實上,Budget 有很多賬戶只有類型 B.我需要獲取賬戶類型 S(總和)的借方和貸方金額.

In FactBudget are many Accounts just with type B. I need to get Debit and Credit Sums for Account type S (Sum).

示例數據的解決方案示例:

Solution example for example data:

TimeKey   AccountKey   Debit    Credit
20110719    1.6 1     60.00    10.00
20110719    1.6 10    50.00    10.00
20110719    1.6 101   45.00    10.00

要計算總賬戶 1.6 101(帶空格的 7 個符號)的借方和貸方,我們需要對所有賬戶進行子串,實際預算最多為 7 個符號(1.6 1012 -> 1.6 101, 1.6 1112 -> 1.6 111, 1.6 1011->1.6 101) 那么它們在哪里相等(1.6 101 = 1.6 101) 按時間鍵和借方和貸方總和進行分組.

To calculate debit and credit for sum account 1.6 101 (7 symbols with whitespace) we need to substring all acounts in factbudget up to 7 symbols (1.6 1012 -> 1.6 101, 1.6 1112 -> 1.6 111, 1.6 1011->1.6 101) and then where are they equal (1.6 101 = 1.6 101) to group by timekey and sum debit and credit.

要計算總賬戶 1.6 1(帶空格的 5 個符號)的借方和貸方,我們需要對所有賬戶進行子串,實際預算最多為 5 個符號(1.6 1012 -> 1.6 1, 1.6 1112 -> 1.6 1, 1.6 1011->1.6 1) 那么它們在哪里相等(1.6 1 = 1.6 1) 按時間鍵分組,借記和貸記總和:) 等等.

To calculate debit and credit for sum account 1.6 1 (5 symbols with whitespace) we need to substring all acounts in factbudget up to 5 symbols (1.6 1012 -> 1.6 1, 1.6 1112 -> 1.6 1, 1.6 1011->1.6 1) and then where are they equal (1.6 1 = 1.6 1) to group by timekey and sum debit and credit:) and so on.

那么,如何通過 TimeKey 和 AccountKey 獲取 S Accounts Debit 和 Cred Sum?

So, How to get S Accounts Debit and Cred Sum by TimeKey and AccountKey?

推薦答案

基本上,你可以采用 this answer 并更改其中一個連接條件:

Basically, you could take this answer and just change one of the join conditions:

SELECT
  f.TimeKey,
  s.AccountKey,
  SUM(f.Debit) AS Debit,
  SUM(f.Credit) AS Credit
FROM DimAccounts s
  INNER JOIN DimAccounts b ON b.AccountCode LIKE s.AccountCode + '%'
  /* alternatively: ON s.AccountCode = LEFT(b.AccountCode, LEN(s.AccountCode)) */
  INNER JOIN FactBudget  f ON f.AccountKey = b.AccountKey
WHERE s.AccountType = 'S'
  AND b.AccountType = 'B'
GROUP BY
  f.TimeKey,
  s.AccountKey

這篇關于如何按帳戶代碼長度對帳戶求和?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持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)
主站蜘蛛池模板: 久久成人精品视频 | 综合网在线 | 超碰免费在线观看 | 播放一级黄色片 | 精品欧美一区二区三区久久久 | 亚洲视频一区二区三区 | 中文字幕亚洲在线 | 亚洲国产aⅴ成人精品无吗 欧美激情欧美激情在线五月 | 91精品久久久久久久久久 | 欧美在线a | 国产精品99久久久久久宅男 | 蜜桃在线一区二区三区 | 欧洲一区二区三区 | 亚洲精品久久久一区二区三区 | 亚洲激情av| 中文字幕一区二区三区不卡在线 | 亚洲免费视频一区 | 蜜桃精品噜噜噜成人av | www在线视频 | 国产在线精品一区二区三区 | 精品一区在线 | 亚洲日本中文 | 欧美韩一区二区 | www成年人视频 | 国产精品18hdxxxⅹ在线 | 91精品国产91久久久久久最新 | 亚洲综合成人网 | 欧美xxxx性| 久久久久久av | 欧美日韩三级 | 欧美成人h版在线观看 | 99视频在线免费观看 | 黄色片免费在线观看 | 国产精品不卡一区 | 高清视频一区二区三区 | 日韩一区二区久久 | 亚洲精选一区 | japanhd成人| 国产精品久久久久久久午夜片 | 99热在线播放 | 久久久精品一区二区三区 |