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;
See also:
Use the DROP FUNCTION command to drop a user-defined function (UDF).
Drop the fLog function.
The conditional option IF EXISTS can be included.
DROP FUNCTION IF EXISTS cycling.flog;
See also: