Name

DROP FUNCTION

Synopsis

DROP FUNCTION [schema.]function_name

Removes a function ( function_name) from the database.

Note

The function to be dropped must be in your schema, or you must have the DROP ANY PROCEDURE privilege to remove a function from another schema.

Example

The following example removes the function salcalc from the database:

DROP FUNCTION salcalc
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset