top of page
MySQL:
SHOW CREATE FUNCTION
Syntax:
SHOW CREATE FUNCTION func_name
This statement is similar to SHOW CREATE PROCEDURE but for stored
functions. See [HELP SHOW CREATE PROCEDURE].
URL: https://dev.mysql.com/doc/refman/8.0/en/show-create-function.html
Example
bottom of page