MySQL Tutorial/Trigger/Drop Trigger

Материал из SQL эксперт
Перейти к: навигация, поиск

Looking at the CREATE statement in the data directory:

   <source lang="sql">
/<database name>/.TRG</source>

The DROP TRIGGER statement

In a DROP TRIGGER statement, the table name must be prepended to the name of the trigger:



   <source lang="sql">
DROP TRIGGER
.<trigger name></source>