|
The DROP FUNCTION statement removes an existing user-defined function (UDF) from the database.
Note
An error message appears if you attempt to delete a UDF that does not exist.
Name of the user-defined function to be removed.
The following statement drops UDF fn_MyFunc from the database.
|
Chapter contents
Prev topic: DISTINCT
|