MySQL Drop trigger
MySQL Drop trigger
To drop a trigger you can use the following command.
MySQL Drop trigger syntax
DROP TRIGGER trigger_name;
Drop trigger example
DROP TRIGGER test_trigger;
Output
trigger TEST_TRIGGER dropped.
To drop a trigger you can use the following command.
DROP TRIGGER trigger_name;
DROP TRIGGER test_trigger;
trigger TEST_TRIGGER dropped.