declare
begin
insert into x
select *
from xxx
where xxxxxxx
exception
when others
then
null;
end ;
begin
insert into x
select *
from xxx
where xxxxxxx
exception
when others
then
null;
end ;
4332
2163

被折叠的 条评论
为什么被折叠?