PreviousSQL Engine Reference (9.1 revision 1) Next

DROP PROCEDURE

Show this topic in Library frames

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
Publication contents

Prev topic: DROP INDEX
Next topic: DROP TABLE