Skip to main content
The DROP PROCEDURE drops a .

Required privileges

To drop a procedure, a user must have the DROP on the procedure.

Synopsis

drop_proc syntax diagram

Parameters

Examples

Drop a stored procedure

The following statement drops the :

See also