Try OpenEdge Now
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 ;
In this section:
Authorization
Related statement