DROP FUNCTION function_name

Description: Drops the user-defined function (UDF) function_name(), created using CREATE FUNCTION.

Limitations: Requires user to have delete privileges for the mysql database.

Description in: Day 21

See also: CREATE FUNCTION

Get Sams Teach Yourself MySQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.