【正文】
from 新建賬套實(shí)體號 . insert into 錯誤賬套實(shí)體號 . select * from 新建賬套實(shí)體號 . 常見問題 ? 打開序時簿時顯示空白,雙擊能打開單據(jù) ? 打上補(bǔ)丁 pt000611 ? 新建一個 KIS專業(yè)版賬套,設(shè)該賬套的賬套號為: New01 ? 查詢分析器中運(yùn)行以下語句 ? go ? if exists (select * from sysobjects where name=39。icchatbilltitle_temp39。) ? drop table icchatbilltitle_temp ? else ? select * into icchatbilltitle_temp from icchatbilltitle ? delete from icchatbilltitle ? insert into icchatbilltitle select * from New01..icchatbilltitle ? go ? if exists (select * from sysobjects where name=39。ictablerelation_temp39。) ? drop table ictablerelation_temp ? else ? select * into ictablerelation_temp from ictablerelation ? delete from ictablerelation ? insert into ictablerelation select * from New01..ictablerelation ? go QA 謝 謝!