Table of Contents
DROP PROCEDURE/FUNCTION
Drops the specified routine from the database.
Syntax
DROP PROCEDURE [IF EXISTS] proc_name DROP FUNCTION [IF EXISTS] func_name
Arguments
[IF EXISTS]
Do not raise error in case there is no routine with the specified name.
proc_name
The name of the routine to be deleted.