Re: [PERFORM] Trigger Rowsets

2005-11-02 Thread Jim C. Nasby
On Thu, Nov 03, 2005 at 12:34:14PM +1300, Ralph Mason wrote: > I want to do statement level triggers for performance, but it seems > there is no 'updated', 'inserted', or 'deleted' tables inside the > trigger and nothing I can find in the documentation that offers similar > functionality. > > I

[PERFORM] Trigger Rowsets

2005-11-02 Thread Ralph Mason
I want to do statement level triggers for performance, but it seems there is no 'updated', 'inserted', or 'deleted' tables inside the trigger and nothing I can find in the documentation that offers similar functionality. Is there any way that I can access only those rows that were changed? Th