[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
SHOW CREATE PROCEDURE
and SHOW CREATE FUNCTION
SHOW CREATE {PROCEDURE | FUNCTION} sp_name |
This command is a MySQL extension. Similar to SHOW CREATE TABLE
, it
returns the exact string that can be used to re-create the named routine.