DROP PROCEDURE
Description
Drops a stored procedure.
Syntax
DROP PROCEDURE [ IF EXISTS ] procedure_name ;
Parameters
- IF EXISTS
Reports a notice instead of an error if the specified 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
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.