Updated on 2024-05-07 GMT+08:00
DROP PROCEDURE
Function
DROP PROCEDURE deletes a stored procedure.
Precautions
None
Syntax
DROP PROCEDURE [ IF EXISTS ] procedure_name ;
Parameter Description
- 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
Helpful Links
Parent topic: SQL Syntax
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot