PreviousSQL Engine Reference (v9 SP2 (9.5) revision 1) Next

DROP TRIGGER

Chapter contents

This statement removes a trigger from the current database.

Syntax

DROP TRIGGER trigger-name 

Examples

The following example drops the trigger named InsTrig.

DROP TRIGGER InsTrig 

See Also

CREATE TRIGGER


Chapter contents
Book contents

Prev topic: DROP TABLE
Next topic: DROP USER