Posted by haifeng on 2021-06-15 15:58:48 last update 2021-06-15 16:15:14 | Answers (0) | 收藏
查看数据库sakila中的所有存储过程、函数、触发器
1. 触发器
select * from information_schema.triggers where TRIGGER_SCHEMA='sakila';
2. 存储过程
ROUTINES