Dropping a user-defined function (UDF)

Use the DROP FUNCTION command to drop a user-defined function (UDF).

Use the DROP FUNCTION command to drop a user-defined function (UDF).

Procedure

Drop the fLog() function. The conditional option IF EXISTS can be included.
DROP FUNCTION [IF EXISTS] fLog;