Entering content frame

DROP FUNCTION Statement (drop_function_statement) 

The DROP FUNCTION statement (create_function_statement) deletes a database function.

Syntax

<drop_function_statement> ::= DROP FUNCTION <dbfunction_name>

dbfunction_name

Explanation

The specified database function name must identify an existing database function of the current user.

The metadata of the database function is deleted.

 

Leaving content frame