Thread: problem Small

problem Small

From
"Ramesh PAtel "
Date:
Hi All

I want to create Trigger on table after all event INSERT,
UPDATE, DELETE

How ???

Ramesh Patel


Re: problem Small

From
"A.Bhuvaneswaran"
Date:
> I want to create Trigger on table after all event INSERT,
> UPDATE, DELETE

TG_OP
          Data  type  text;  a string of INSERT, UPDATE or DELETE telling
          for which operation the trigger is fired.

Refer the documentation link forwarded earlier.

regards,
bhuvaneswaran