Name
DROP FUNCTION
Syntax
DROP FUNCTION name
Description
Will remove a user-defined function from the running MySQL server
process. This does not actually delete the library file containing
the function. You may add the function again at any time using the
CREATE FUNCTION
statement. In the current
implementation, DROP
FUNCTION
simply removes the function from the function table within the MySQL
database. This table keeps track of all active functions.
Get Managing & Using MySQL, 2nd Edition now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.