Disabling a Trigger for a Specific SQL Statement or Session

Disabling a Trigger for a Specific SQL Statement or Session

瀏覽:664
日期:2025-06-11
I have a trigger created on a table which will fire when either an INSERT, DELETE or UPDATE statements are executed against the table. I want to suppress the trigger from firing for a particular statement while it remains in its normal execution state for...看更多