Dropping Deferred Condition and Action
Description
Drops the deferred condition and action of a trigger.
Syntax
DROP DEFERRED TRIGGER trigger_identifier [ ; ]
trigger_option :
• trigger_name
• ALL TRIGGERS
- trigger_option :
- trigger_name : Cancels the deferred action of the trigger when a trigger name is specified.
- ALL TRIGGERS : Cancels currently deferred actions.