摘要:
selecta.acct_week,a.BRANCH_CD,a.store_cd,a.item_cd selecta.acct_week,a.BRANCH_CD,a.store_cd,a.item_cd,a.jan,a.sales_cnt,a.POS_CUSTOMER_CNT,a.PI,a.GoalPI,round(a.GoalPI*a.POS_CUSTOMER_CNT/1000,0) as goal_sales_cnt,(case when (a.PI='' or a.PI=0 or a.PI is null) then '-' when a.PI>(a 阅读全文
摘要:
Dim a As DateDim b As Datea = TimeApplication.ScreenUpdating = False '''''''''''''''''''''''锁屏Call data.dataCheckCall data.storeFormationCall data.datasCall data.statesApplication.ScreenUpdating = Trueb = Tim 阅读全文
摘要:
declare @Store_cd int declare @strsql varchar(8000)declare @table_id varchar(50)set @Store_cd=3set @table_id= (case when @Store_cd<10 then '000'+convert(varchar,@Store_cd) when @Store_cd<100 then '00'+convert(varchar,@Store_cd) when @Store_cd<1000 then '0'+convert(va 阅读全文