Ah...
For example, if I wrote a statement such as this and executed it:
Update Inventory
Set balance = 0
Where balance < 0
and it updated 10 records or rows, a ROW level trigger on the 'balance' field would execute 10 times but the STATEMENT level trigger on the 'balance' field would...
The ASA reference manual for 'CREATE TRIGGER' shows an option of ROW and STATEMENT.
Syntax
CREATE TRIGGER trigger-name trigger-time trigger-event [, trigger-event,.. ]
... [ ORDER integer ] ON table-name
... [ REFERENCING [ OLD AS old-name ]
[ NEW...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.