delete from ll_temp;
commit;
ll_num = daysafter(date(rundate1),date(rundate2))//得到兩個日期區間有多少天
iii=1
ll_date=rundate1
ll_num = ll_num + 1
for i=1 to ll_num step 1
if i>1 then
ll_date =relativedate(rundate1,i - 1)
end if
ii = daynumber ( ll_date)
if ii = 7 then
iii=iii + 1
end if
select sum(sale_amount) into :ll_mon from wyt_1 where run_date=:ll_date;
insert into ll_temp(month,amnt,day) values (:ii,:ll_mon,:iii);
commit;
next
為啥取出的值第一周總是少兩天...確給加到最後一周裡邊..求各位老大解釋一下...
PB9阿里大於發簡訊
s sendunm 130123456789,138123456789 sms free sign name qqqq 審核通過的簽名 此 有乙個引數,如果簡訊模板不帶引數也能傳送成功 sms param name i time sms param value 11 sms template cod...
使用pb9呼叫webservices的注意事項
1.webservices使用c 開發,用pb9呼叫 2.object,dataset等等型別不能使用,如果使用了在解析wsdl的時候就過不了 3.如果能解析wsdl,選擇埠的時候選擇soap 4.匯入檔案pbsoapclient90.pbd,否則不能使用soapconnection 5.編譯生成s...
PB9和PB11 5字元處理例項
pb9 是 ansi 的單位元組字符集版本,只能識別 ansi 標準中 ascii 碼範圍在 0 127 的字元,pb 直接將 ascii 碼等於 200 的字元交給作業系統,並告知該字元是乙個符合 ansi 標準的字元。作業系統就會使用 ansi 版本的中文字符集進行解釋 例如 gb2312 但由...