I have create a trigger to insert values into a table from another existing table after an update is made to a 3rd table. But when I run the Update statement to fire the trigger, twice as many rows needed are entered in the new table. Can you please let me know what might be the issue here ?
Insert into table after update trigger
Collapse
Comment