"Albrecht Berger" <berger1517(at)gmx(dot)ch> writes:
> I need a trigger which is updating a delete flag of a row instead of
> deleting it physically.
> How do I implement a trigger which doesn't execute a delete without raising
> an exception in plsql ?
If the BEFORE DELETE trigger returns NULL, the delete is skipped.
regards, tom lane