ReferenceSQL ReferenceDROP FUNCTIONEdit this pageOn this pageDROP FUNCTION Remove a user-defined function. Syntax Parameters ParameterDescriptionIF EXISTSDo not raise an error if the function does not existfunction_nameName of the function to remove Examples DROP FUNCTION IF EXISTS article_url; See also CREATE FUNCTION