SHOW FUNCTIONS
Show all or specific user-defined functions (UDF) by using parameters.
SyntaxSHOW FUNCTIONS [ LIKE ]
Parameters
[ LIKE ]
Optional
The pattern match is case-insensitive, but must be used with the LIKE operator.
Examples
Show all existing functionsSHOW FUNCTIONS
SHOW FUNCTIONS LIKE 'protect_ssn'
SHOW FUNCTIONS LIKE 'protect_%'
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.