Back to Trino

SHOW CREATE FUNCTION

docs/src/main/sphinx/sql/show-create-function.md

480451 B
Original Source

SHOW CREATE FUNCTION

Synopsis

text
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