显示数据库的全部存储过程(mysql)

显示数据库的全部存储过程 咱们能够用mysql select name from mysql.proc where db=’数据库名’; 或者web select routine_name from information_schema.routines where routine_schema='数据库名'; 或者sql show procedure status where db='数据库名'
相关文章
相关标签/搜索