MySQL Tutorial/Trigger/Drop Trigger — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 09:49, 26 мая 2010
Looking at the CREATE statement in the data directory:
<data directory>/<database name>/<table name>.TRG
The DROP TRIGGER statement
In a DROP TRIGGER statement, the table name must be prepended to the name of the trigger:
DROP TRIGGER <table name>.<trigger name>