top of page
CerebroSQL

MySQL: 

SHOW FUNCTION STATUS

Syntax:
SHOW FUNCTION STATUS
[LIKE 'pattern' | WHERE expr]

This statement is similar to SHOW PROCEDURE STATUS but for stored
functions. See [HELP SHOW PROCEDURE STATUS].

Example

bottom of page