Dropping User-Defined Functions
To delete a function we need to use the drop function
The Syntax is as follows
DROP FUNCTION < FunctionName >
The below shows how to drop a function
DROP FUNCTION USFORMATPHONE
The Syntax is as follows
DROP FUNCTION < FunctionName >
The below shows how to drop a function
DROP FUNCTION USFORMATPHONE
Comments