You can use this statement to drop an event.
Syntax
DROP EVENT [IF EXISTS] event_name
Parameters
| Parameter | Description |
|---|---|
| event_name | The name of the event to be dropped. |
Examples
obclient> DROP EVENT myevent;
Products
High-quality database products to meet full lifecycle enterprise data management needs.
Resources
Various types of resources about OceanBase and the database industry
Docs
Rich content to meet the content demands of using products and solving product usage problems
OceanBase Database
Download PDF
OceanBase, A Highly Scalable Database for Transactional, Analytical, and AI Workloads.
Resources
© OceanBase 2024. All rights reserved | Cloud Service Agreement | Privacy Policy | Legal | Security
You can use this statement to drop an event.
DROP EVENT [IF EXISTS] event_name
| Parameter | Description |
|---|---|
| event_name | The name of the event to be dropped. |
obclient> DROP EVENT myevent;