SHOW CREATE PROCEDURE | FUNCTION sp_name
Este comando é uma extensão do MySQL. De forma similar a
SHOW CREATE TABLE
, ele retorna a string
exata que pode ser usada para recriar a rotina chamada.
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.