This statement removes one or more stored procedures from the current database.
DROP PROCEDURE procedure-name
The following statement drops the stored procedure myproc from the dictionary:
DROP PROCEDURE myproc
CREATE PROCEDURE
Chapter contents Book contents
Prev topic: DROP INDEX Next topic: DROP TABLE