Progress
SQL-92
Guide and Reference


DROP TRIGGER Statement

Deletes a trigger.

SYNTAX

DROP TRIGGER [ owner_name.]trigger_name ; 

owner_name

Specifies the owner of the trigger.

trigger_name

Names the trigger to drop.

EXAMPLE

DROP TRIGGER sal_check ; 

AUTHORIZATION

Must have DBA privilege or ownership of the trigger.

SQL COMPLIANCE

Progress Extension

ENVIRONMENT

Embedded SQL, interactive SQL, ODBC applications, JDBC applications

RELATED STATEMENTS

CREATE TRIGGER Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095