版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、不同月份的年初累計折舊和年初原值皆不同,問題來源:(分公司) U8產(chǎn)品支持部楊天椿 2005年5月12日,現(xiàn)象,問題說明: 固定資產(chǎn)及累計折舊表(一),同一類別不同月份的年初累計折舊和 年初原值皆不同,1月是對,麻煩寫條語句更新2-12月的年初累計折舊和年初原值等于1月,現(xiàn)象,固定資產(chǎn)及累計折舊表(一):一月份的年初原值:614369944.4 年初累計折舊的情況是一樣的,不再分析,現(xiàn)象,二月份的數(shù)據(jù)為:611929523.82,相差:2440420.58,分析過程,先分析界面看到的數(shù)據(jù)和數(shù)據(jù)庫中的是否一致:可以看到數(shù)據(jù)是一致的,分析過程,使用的語句: select sum(dblyearva
2、lue),sum(dblyeardeprtotal) from fa_total where iperiod=1 select sum(dblyearvalue),sum(dblyeardeprtotal) from fa_total where iperiod=2,分析過程,分析是否存在不相等的數(shù)據(jù): select * from ( select * from fa_total where iperiod=1 ) aa inner join ( select * from fa_total where iperiod=2 ) bb on aa.sdeptnum=bb.sdeptnum and
3、 aa.stypenum=bb.stypenum where aa.dblyearvaluebb.dblyearvalue,分析過程,查詢結(jié)果是沒有,分析過程,再分析數(shù)據(jù)差異在哪里: select sum(aa.dblyearvalue),sum(aa.dblyeardeprtotal) from ( select * from fa_total where iperiod=1 -order by sdeptnum,stypenum ) aa left join ( select * from fa_total where iperiod=2 -order by sdeptnum,stypen
4、um ) bb on aa.sdeptnum=bb.sdeptnum and aa.stypenum=bb.stypenum where bb.dblyearvalue is null,分析過程,可以看到數(shù)據(jù)差異為:2440420.58=614369944.4-611929523.82,分析過程,查找差異的紀(jì)錄: select aa.* from ( select * from fa_total where iperiod=1 ) aa left join ( select * from fa_total where iperiod=2 ) bb on aa.sdeptnum=bb.sdept
5、num and aa.stypenum=bb.stypenum where bb.dblyearvalue is null,分析過程,明細記錄,分析過程,問題原因找到了:問題是如何修改,很明顯,數(shù)據(jù)表中丟失了或缺少了一些記錄: 每個月都有此情況,且記錄數(shù)不一樣,如何才能改對,分析過程,以二月份為例: select aa.* into #depr2 from ( select * from fa_total where iperiod=1 ) aa left join ( select * from fa_total where iperiod=2 ) bb on aa.sdeptnum=bb.
6、sdeptnum and aa.stypenum=bb.stypenum where bb.dblyearvalue is null,分析過程,update #depr2 set iperiod=2 ,lmonthcount=0,dbllastaccrualvalue=0,dbllastdepr=0,dbllastaddvalue=0,dbllastdecvalue=0, dblmonthvalue=0,dblvalue=0,dblmonthdeprtotal=0,dbldeprtotal=0,dbladdvalue=0,dbldecvalue=0,dbltransindeprtotal=0,
7、 dbltransoutdeprtotal=0,dblaccrualvalue=0,dbldepr=0 insert into fa_total select * from #depr2,分析過程,其他月份類似修改: 2-12月份修改后,發(fā)現(xiàn)問題又來了: 發(fā)現(xiàn)有幾個月份的數(shù)據(jù)還是有問題,分析過程,查詢發(fā)現(xiàn)數(shù)據(jù)不對,分析過程,查詢分析一下: select * from ( select * from fa_total where iperiod=1 ) aa inner join ( select * from fa_total where iperiod=6 ) bb on aa.sdeptn
8、um=bb.sdeptnum and aa.stypenum=bb.stypenum where aa.dblyearvaluebb.dblyearvalue,分析過程,可以看一下具體的差異記錄,解決方法,為零的數(shù)據(jù)肯定是錯的,可以更新: update fa_total set fa_total.dblyearvalue=bb.dblyearvalue,fa_total.dblyeardeprtotal=bb.dblyeardeprtotal from fa_total inner join (select * from fa_total where iperiod=1 ) bb on fa_
9、total.sdeptnum=bb.sdeptnum and fa_total.stypenum=bb.stypenum where ( fa_total.dblyearvaluebb.dblyearvalue) and fa_total.iperiod=6,分析過程,再分析: select aa.sdeptnum,aa.stypenum,aa.dblyearvalue,bb.dblyearvalue from ( select * from fa_total where iperiod=1 ) aa inner join ( select * from fa_total where iperiod=6 ) bb on aa.sdeptnum=bb.sdeptnum and aa.stypenum=bb.stypenum where aa.dblyearvaluebb.dblyearvalue,分析過程,只剩下一條記錄不相等,分析過程,可以分析一下卡片數(shù)據(jù): select * from fa_cards where sdeptnum=01105 and stypenum=010301 and dinputdate2004-05-31,分析過程,可以看到,30620.0與51870.0的差額正
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 科技助力病蟲防治
- 個人住宅買賣協(xié)議規(guī)范文本(2024)版B版
- 外開門物業(yè)協(xié)議書(2篇)
- 大學(xué)生第三方就業(yè)合同(2篇)
- 2024招投標(biāo)合同試題:大型體育場館設(shè)施租賃3篇
- 2024房產(chǎn)中介與金融機構(gòu)合作合同2篇
- 專業(yè)測繪工程協(xié)議模板2024年版一
- 2024技術(shù)咨詢合同樣本書
- 光纜產(chǎn)品采購合同范本大全
- 智慧城市物聯(lián)網(wǎng)建設(shè)協(xié)議
- 基于深度學(xué)習(xí)的醫(yī)學(xué)圖像增強與生成
- 2023《樓體亮化工程施工合同》電子版
- 2023取卵術(shù)相關(guān)風(fēng)險及處理對策
- 跌倒-墜床不良事件魚骨圖分析
- 2022礦產(chǎn)地質(zhì)勘查規(guī)范鹽類第2部分:現(xiàn)代鹽湖鹽類
- 發(fā)展?jié)h語初級口語I-第18課課件
- 海關(guān)HS編碼對照表
- 原木樁駁岸施工方案
- 大慶油田幾種高難套損井修復(fù)技術(shù)
- 產(chǎn)品方案技術(shù)白皮書模板(含系統(tǒng)架構(gòu)說明書)
- 有害生物防治合同書
評論
0/150
提交評論