bitsCN.com
mysql触发器跳出当前循环方法
set @num=@UnitLength/3;
label:
while i
set @length=(select SUBSTRING(@unit_sid_fk,1,@UnitLength-3*i));
set @sms_content=(select sms_content from sms_config where sms_
type='smsCall' and unit_sid_fk=@length);
set @sms_counts=(select sms_counts from sms_config where sms_
type='smsCall'and unit_sid_fk=@length);
if @sms_content is not null then
insert into sms_task set mt_at_time=@date,mt_content=@sms_content,unit_
sid_fk=@unit_sid_fk,mt_
dst_num=@calltelephone,mt_add_time=@date,mt_group_id=@groupid,branch
_num=@sms_counts,mt_dst_size='1',sms_channel='SMSPORT',mt_type_id='99';
set New.sms_send='Y';
leave label;
end if;
set i=i+1;
end while;
www.bitsCN.com
在while循环外面添加label: 用 leave label; 即可跳出当前循环。
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号