MySQL 5.1 リファレンスマニュアル :: 25 Extending MySQL :: 25.3 Adding New Functions to MySQL :: 25.3.3 DROP FUNCTION Syntax
« 25.3.2 CREATE FUNCTION Syntax

25.3.4 Adding a New User-Defined Function »
Section Navigation      [Toggle]
  • 25.3 Adding New Functions to MySQL
  • 25.3.1 Features of the User-Defined Function Interface
  • 25.3.2 CREATE FUNCTION Syntax
  • 25.3.3 DROP FUNCTION Syntax
  • 25.3.4 Adding a New User-Defined Function
  • 25.3.5 Adding a New Native Function

25.3.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.

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
Top / Previous / Next / Up / Table of Contents
© 2010, Oracle Corporation and/or its affiliates