solidDB Help : solidDB reference : SQL: Statements : DROP FUNCTION
  
DROP FUNCTION
DROP FUNCTION [[catalog‑name.]schema‑name.]function‑name
Access requirements
Database user
Usage
Use the DROP FUNCTION statement to remove user-defined stored SQL functions or external functions from the database.
Examples
DROP FUNCTION myfunction
Go up to
SQL: Statements