Re: [SQL] TRIGGERS and FUNCTIONS

2007-08-20 Thread Richard Broersma Jr
--- ashok raj <[EMAIL PROTECTED]> wrote: > Hello All , > >I am having a table named "test" with a trigger " tri_test > " which triggers the function " replicate() " on insert, update and > delete . >Can I able to get the SQL STATEMENT which triggers the

[SQL] TRIGGERS and FUNCTIONS

2007-08-19 Thread ashok raj
Hello All , I am having a table named "test" with a trigger " tri_test " which triggers the function " replicate() " on insert, update and delete . Can I able to get the SQL STATEMENT which triggers the function replicate ( ) , inside the function definitio