SQL As Understood By SQLite

[Contents]

DROP TRIGGER

sql-statement ::= DROP TRIGGER [IF EXISTS] [database-name .] trigger-name

The DROP TRIGGER statement removes a trigger created by the CREATE TRIGGER statement. The trigger is deleted from the database schema. Note that triggers are automatically dropped when the associated table is dropped.

This page last modified on 2007/10/12 19:11:55