Giriş GitHub Giriş Google
1.2k soru
1.3k cevap
432 yorum
5.4k üye
begin insert into TABLO ... values .. exception when dup_val_on_index then raise; --->hata MESAJI end;
begin
insert into TABLO
...
values
..
exception
when dup_val_on_index then
raise; --->hata MESAJI
end;