SELECT `name`, `param_list`, `comment` FROM `mysql`.`proc` WHERE `db`=DATABASE() AND `type` = 'FUNCTION';
list functions
This code will return the name, parameter list, and comment for the function that is being executed.
Shortcut: s_func_list
0 Comments
Add Comment
Log in to add a comment