DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) drop-function

Info Catalog (mysql.info) create-function (mysql.info) adding-functions (mysql.info) adding-udf
 
 24.2.3 `DROP FUNCTION' Syntax
 -----------------------------
 
      DROP FUNCTION FUNCTION_NAME
 
 This statement drops the user-defined function (UDF) named
 FUNCTION_NAME.
 
 To drop a function, you must have the `DELETE' privilege for the
 `mysql' database. This is because `DROP FUNCTION' removes a row from the
 `mysql.func' system table that records the function's name, type, and
 shared library name.
 
Info Catalog (mysql.info) create-function (mysql.info) adding-functions (mysql.info) adding-udf
automatically generated byinfo2html