Trigger support for multiple Inserts
Hi
Is there a way I can add support for the Insert of multiple records in my Triggers without using a Cursor?
I would like to perform a series of conditional statements based on the content of the indivdual records. I am concerned that if my conditional statement applies to one record, it'll perform the resulting action of that statement for all records.
Rich
|