4. SQL Statements
:
DROP DBEVENT
Share this page
DROP DBEVENT
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The DROP DBEVENT statement drops the specified database event.
Syntax
The DROP DBEVENT statement has the following format:
[EXEC SQL] DROP DBEVENT [
schema.
]
event_name
;