Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
You can drop a trigger by using the DROP TRIGGER statement.
DROP TRIGGER trigger_name [ ; ]
The following example shows how to drop the medal_trig trigger.
DROP TRIGGER medal_trig;