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 Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI.
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
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.