锘??xml version="1.0" encoding="utf-8" standalone="yes"?>99久久久国产,欧美激情偷拍自拍,亚洲看片免费http://www.aygfsteel.com/J2EE/category/43944.htmlzh-cnFri, 15 Apr 2011 09:20:53 GMTFri, 15 Apr 2011 09:20:53 GMT60update delete left joinhttp://www.aygfsteel.com/J2EE/articles/347909.html榪芥ⅵ浜?/dc:creator>榪芥ⅵ浜?/author>Fri, 08 Apr 2011 11:42:00 GMThttp://www.aygfsteel.com/J2EE/articles/347909.htmlhttp://www.aygfsteel.com/J2EE/comments/347909.htmlhttp://www.aygfsteel.com/J2EE/articles/347909.html#Feedback0http://www.aygfsteel.com/J2EE/comments/commentRss/347909.htmlhttp://www.aygfsteel.com/J2EE/services/trackbacks/347909.html
update drolecontest c left join drolebase d on d.rolebaseid=c.rolebaseid set c.ranking=0,c.affluence=0 where d.rolelevel<=15
]]>procedurehttp://www.aygfsteel.com/J2EE/articles/342056.html榪芥ⅵ浜?/dc:creator>榪芥ⅵ浜?/author>Fri, 31 Dec 2010 04:37:00 GMThttp://www.aygfsteel.com/J2EE/articles/342056.htmlhttp://www.aygfsteel.com/J2EE/comments/342056.htmlhttp://www.aygfsteel.com/J2EE/articles/342056.html#Feedback0http://www.aygfsteel.com/J2EE/comments/commentRss/342056.htmlhttp://www.aygfsteel.com/J2EE/services/trackbacks/342056.html
begin
declare p_rolebaseid int;
-- 榪欎釜鐢ㄤ簬澶勭悊娓告爣鍒拌揪鏈€鍚庝竴琛岀殑鎯呭喌
declare stop int default 0;
-- 澹版槑娓告爣
declare cur cursor for select rolebaseid from drolecoolteam group by rolebaseid;
-- 鎵撳紑娓告爣
open cur;
-- 璇誨彇涓€琛屾暟鎹埌鍙橀噺
fetch cur into p_rolebaseid;
-- 榪欎釜灝辨槸鍒ゆ柇鏄惁娓告爣宸茬粡鍒拌揪浜嗘渶鍚?nbsp;
while stop <> 1 do
insert into drolecoolteam(rolebaseid,coolid,cooltype,cooltime) values(p_rolebaseid,0,15,0);
fetch cur into p_rolebaseid;
end while; -- 寰幆緇撴潫
close cur; -- 鍏抽棴娓告爣
end