Skip to content

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);