DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) DROP TRIGGER

Info Catalog (mysql.info.gz) CREATE TRIGGER (mysql.info.gz) Triggers (mysql.info.gz) Using triggers
 
 20.2 `DROP TRIGGER' Syntax
 ==========================
 
      DROP TRIGGER TBL_NAME.TRIGGER_NAME
 
 Drops a trigger.  The name of the trigger to drop must include the table
 name because each trigger is associated with a particular table.
 
 The `DROP TRIGGER' statement requires the `SUPER' privilege.  It was
 added in MySQL 5.0.2.
 
Info Catalog (mysql.info.gz) CREATE TRIGGER (mysql.info.gz) Triggers (mysql.info.gz) Using triggers
automatically generated byinfo2html