solidDB Help : solidDB reference : SQL: Statements : DROP PROCEDURE
  
DROP PROCEDURE
DROP PROCEDURE [[catalog‑name.]schema‑name.]procedure‑name
Access requirements
Database user
Usage
Use the DROP PROCEDURE statement to remove the specified procedure from the database.
Examples
DROP PROCEDURE PROCTEST;
DROP PROCEDURE telecomm_database.technician1.add_new_IP_address;
Go up to
SQL: Statements