當前位置:首頁
> sql語法
T8還原帳套為其他名稱后需要執(zhí)行的語法
--需要執(zhí)行語法,xx為不帶T8的帳套名。update capGroupMain set GroupId='xx'...
上線時,平均成本沒有和產(chǎn)品資料一起導入的解決方法
很多時候,用戶在準備好產(chǎn)品資料導入的時候,沒有準備好平均成本,有時候會在準備期初的時候,在有庫存的上填寫單價。單價有了的話卻無法導入了??梢允褂谩緝r格批量設定】來導入到標準成本上,然后使用語法將平均成本更新等于標準成本,這樣就解決這個問題。select * into comproduct_bak from comproduct-備份表...
語法修改使用多單位后單位/售價頁簽的默認單位
select * from comunitconver where prodid='YX-8-1' and rowno=1--查詢產(chǎn)品編號中的第一行select * from comunitconver where rowno=1 and un...
T357-6.53在SP41異動后,原幣金額更新語法
select * from comfundaffirmsub where srcmlamount=0--查詢select * into comfundaffirmsub_bak from comfundaffirmsub where srcmlamount=0--備份...
T357刪除進階權(quán)限和正式版的語法
刪除進階權(quán)限delete comParams where ParamName like '%compstartup%'delete comRemindItems where ProgID='CHIComm.CompStartup'delete comBillAttach where ProgID='CHIComm.CompStartup'delete...
語法:檢查數(shù)據(jù)庫的語法和刪除T357中客服序列號附件語法
DBCC CHECKDB('SMB6Comp01')--檢查該數(shù)據(jù)庫DBCC CHECKDB('SMB6Comp01',REPAIR_ALLOW_DATA_LOSS)--檢查該數(shù)據(jù)庫,并一般修復 Use mastergosp_dboption SMB6Comp01, single, true...