ALTER PROCEDURE | FUNCTION sp_name [characteristic ...] characteristic: NAME newname | SQL SECURITY {DEFINER | INVOKER} | COMMENT string
Este comando pode ser usado para renomear uma stored procedure
ou function, e para alterar suas características. Mais de uma
mudança pode ser especificada em uma instrução
ALTER PROCEDURE
ou ALTER
FUNCTION
.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.