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: 03/21/2024