SQL Guide : solidDB® SQL statements : DROP FUNCTION
  
DROP FUNCTION
DROP FUNCTION [catalog-name[.schema].]function_name
Usage
The DROP FUNCTION statement removes the specified user-defined stored SQL function or external function from the database.
Related reference
CREATE FUNCTION
CREATE FUNCTION (external)
See also
solidDB® SQL statements