Update never raises NO_DATA_FOUND
U have to do something like this.
begin
update;
if sql%notfound then
insert;
end if;
end;
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |