DROP PROCEDURE
Function
DROP PROCEDURE deletes an existing stored procedure.
Precautions
None.
Syntax
DROP PROCEDURE [ IF EXISTS ] procedure_name ;
Parameter Description
- IF EXISTS
Sends a notice instead of an error if the stored procedure does not exist.
- procedure_name
Specifies the name of the stored procedure to be deleted.
Value range: An existing stored procedure name.
Examples
See Examples in CREATE PROCEDURE.
Helpful Links
Last Article: DROP ROW LEVEL SECURITY POLICY
Next Article: DROP RESOURCE POOL
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.