Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Statements : DROP TRIGGER
 

DROP TRIGGER

Deletes a trigger.

Syntax

DROP TRIGGER [owner_name.]trigger_name ;

Parameters

owner_name
Specifies the owner of the trigger.
trigger_name
Names the trigger to drop.

Example

The following is an example of the DROP TRIGGRER statement:
DROP TRIGGER sal_check ;
* Authorization
* Related statement