Обсуждение: problem Small

Поиск
Список
Период
Сортировка

problem Small

От
"Ramesh PAtel "
Дата:
Hi All

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

How ???

Ramesh Patel


Re: problem Small

От
"A.Bhuvaneswaran"
Дата:
> 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