SHOW FUNCTIONS
Show all or specific user-defined functions (UDF) by using parameters.
SyntaxSHOW FUNCTIONS [ LIKE ]
Parameters
{{< sql-section file="data/sql/functions.json" data="showingFunctionsParameters" >}}
Examples
Show all existing functionsSHOW FUNCTIONS
SHOW FUNCTIONS LIKE 'protect_ssn'
SHOW FUNCTIONS LIKE 'protect_%'