Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> delete record in update trigger possible
Hello all,
I have a simple (?) question.
In an update trigger I want to delete a record.
For example:
If :new.correctprocessed = 1 then
delete this record;
end if;
Is this possible or do I have to do it another way?
Thanks and regards,
Anneke
Received on Wed Nov 10 2004 - 00:40:03 CST
![]() |
![]() |