Delete a trigger
You can use the DROP TRIGGER statement to delete a trigger. Syntax:
DROP TRIGGER trigger_name;
When you delete a table, the triggers built on these objects are also deleted.
OceanBase Database
Download PDF
You can use the DROP TRIGGER statement to delete a trigger. Syntax:
DROP TRIGGER trigger_name;
When you delete a table, the triggers built on these objects are also deleted.