SQL Guide : solidDB® SQL statements : UNREGISTER EVENT
  
UNREGISTER EVENT
wait_register_statement ::= UNREGISTER EVENT event_name
The UNREGISTER EVENT statement unregisters the specified event. The UNREGISTER EVENT statement is allowed only inside stored procedures.
For more details, see wait_register_statement.
Related reference
wait_register_statement
Related information
Events
See also
solidDB® SQL statements