SQL Reference Guide
>
SQL Reference 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: 08/29/2024
This site works best with JavaScript enabled