SHOW FUNCTIONS [ [ LIKE ] { function_name | regex_pattern }
function_name
: Function nameregex_pattern
: Regular expression for obtaining matching functionsSHOW FUNCTIONSSHOW FUNCTIONS trim;SHOW FUNCTIONS LIKE 't*'SHOW FUNCTIONS LIKE 'yea*|windo*'SHOW FUNCTIONS LIKE 't[a-z][a-z][a-z]'
Was this page helpful?