PreviousSQL Engine Reference (v9 SP2 (9.5) revision 1) Next

DROP PROCEDURE

Chapter contents

This statement removes one or more stored procedures from the current database.

Syntax

DROP PROCEDURE procedure-name 

Examples

The following statement drops the stored procedure myproc from the dictionary:

DROP PROCEDURE myproc 

See Also

CREATE PROCEDURE


Chapter contents
Book contents

Prev topic: DROP INDEX
Next topic: DROP TABLE