I have a On Insert Trigger that updates one of the columns in that same table.<br /><br />Is there a way for the
triggerto run only for the newly inserted records? <br />Instead of all records in the database?<br /><br />E.g.:<br
/>ID Start_Date End_Date <br />001 08-01-2006 <br />002 08-02-2006<br /><br /><br />On Insert/Update,
UpdateEnd_Date=now().<br />I want that to run only on new records.or the updated<br />record. How can I do this?<br
/><br/>Thank you so much.<br />