SQL statement syntaxSHOW CREATE FUNCTIONOn this pageSHOW 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; See also CREATE FUNCTION DROP FUNCTION SHOW FUNCTIONS User-defined functions SQL environment properties