Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners

SQLite Code Factory online Help

Prev Return to chapter overview Next

DROP TRIGGER

sql-statement ::=

DROP TRIGGER trigger-name

 

Used to drop a trigger from the database schema. Note that triggers are automatically dropped when the associated table is dropped.



Prev Return to chapter overview Next