PreviousSQL Engine Reference (9.1 revision 1) Next

DROP TRIGGER

Show this topic in Library frames

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
Publication contents

Prev topic: DROP TABLE
Next topic: DROP VIEW