dbdao吧 关注:1,186贴子:4,073
  • 1回复贴,共1

怎么可以知道一张表被哪些函数或者存储过程使用了?

只看楼主收藏回复

雄方(4744356) 1/22/2016 11:05:42 AM
请教个问题,怎么可以知道一张表被哪些函数或者存储过程使用了,在MySQL中
dbDao.com-Biot(biot@qq.com) 1/22/2016 11:13:07 AM
http://dev.mysql.com/doc/refman/5.7/en/routines-table.html
information_schema.routines -> routine_definition


IP属地:上海1楼2016-01-22 11:22回复
    The ROUTINES table provides information about stored routines (both procedures and functions). The ROUTINES table does not include user-defined functions (UDFs).


    IP属地:上海2楼2016-01-22 11:25
    回复