Display the CREATE PROCEDURE statement for an existing routine.
Section: stored procedures and functions
Show procedure definition
sql
sql
SHOW CREATE PROCEDURE get_user_by_email\GExplanation
Great for auditing or exporting routine definitions.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing stored procedures and functions