Help Center/ GaussDB/ Developer Guide(Centralized_V2.0-2.x)/ SQL Reference/ SQL Syntax/ DROP PROCEDURE
Updated on 2025-08-19 GMT+08:00
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 dropped.
Value range: an existing stored procedure name.
Helpful Links
Parent topic: SQL Syntax
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.