Drop a user-defined function (UDF)
Use the DROP FUNCTION
command to drop a user-defined function (UDF).
Prerequisites
Drop the fLog
function.
The conditional option IF EXISTS
can be included.
DROP FUNCTION IF EXISTS cycling.fLog;
Related information: