Skip to main content

DROP FUNCTION

Remove a user-defined function.

Syntax

Parameters

ParameterDescription
IF EXISTSDo not raise an error if the function does not exist
function_nameName of the function to remove

Examples

DROP FUNCTION IF EXISTS article_url;

See also