解決KINGDEE帳套清除工具遺留問題

2021-09-05 07:08:02 字數 857 閱讀 7096

執行kingdee帳套清除工具清除,發現還有少量的2023年的單據沒有清除完畢,生產領料倒是乙個不差都清除了,55555555

不知道這個工具怎麼開發的,一點都不好用,遺留的問題總要解決,沒辦法,自己來處理吧,hoho!

在sql2k的查詢分析裡面執行下列語句:

update icstockbill set fcheckerid = null where fdate

delete from icstockbill where fdate

update icpurchase set fcheckerid = null where fdate

delete  from icpurchase where fdate

update poorder set fcheckerid = null where fdate

delete  from poorder where fdate

update poinstock set fcheckerid = null where fdate

delete from poinstock where fdate

update icsale set fcheckerid = null where fdate

delete from icsale where fdate

update seoutstock set fcheckerid = null where fdate

delete  from seoutstock where fdate

update seorder set fcheckerid = null where fdate

delete  from seorder where fdate

清北第二套

迷 乙個字元 它可以用作字元 也可以自動就用作它的編碼 關於明文和密文的對應細節 老想起密碼子和反密碼子 想廣紅女神 include include include include includeusing namespace std char a 10000 b 10000 c 10000 u 1...

商貿通帳套隱藏方法

問題現象 新稅版。在帳套列表處。ctrl f9 給帳套設上密碼。儲存後。在主介面就看不到這個帳套了。然後使用的時候按ctrl f8 錯誤輸入的話沒任何提示。正確的話就能看到帳套名了。原因分析 新稅版。在帳套列表處。ctrl f9 給帳套設上密碼。儲存後。在主介面就看不到這個帳套了。然後使用的時候按c...

標題 怎樣將某一套帳中的表轉入另一套帳

在財務軟體的正常的維護中 經常會遇到將某一套帳的某乙個或幾個表轉入另 一套帳中 可以用下面的方法實現 一 在單使用者中,利用 output 和input 轉出 select from lspzk1 output to d lspzk1.txt format ascii 轉入 input into l...