SHOW CREATE FUNCTION#
Synopsis#
SHOW CREATE FUNCTION function_name
Description#
Show the SQL statement that creates the specified function.
Examples#
Show the SQL that can be run to create the meaning_of_life
function:
SHOW CREATE FUNCTION example.default.meaning_of_life;