SQL Language Guide > SQL Statements > DROP FUNCTION > DROP FUNCTION Example
Was this helpful?
DROP FUNCTION Example
Remove the function “cosh”:
DROP FUNCTION cosh;
Remove an instance of the overloaded function “add”:
DROP FUNCTION add(a INTEGER, b INTEGER);
Last modified date: 01/04/2024