存储过程中,循环一条insert select 语句,如果其中一条语句为空,后面的语句还能执行么
存储过程:beginforkkin(selectbhfromtable1)loop//此处有数据insertintotable2(aa,bb)selectaa,bbfro...
存储过程 : begin for kk in (select bh from table1)loop //此处有数据
insert into table2(aa,bb) select aa,bb from table3 where bh = kk.bh;
end loop 展开
insert into table2(aa,bb) select aa,bb from table3 where bh = kk.bh;
end loop 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询