时间:2021-07-01 10:21:17 帮助过:13人阅读
select name from mysql.proc where db = ‘‘ and `type` = ‘FUNCTION‘ //查询函数
select name,body_utf8 from mysql.proc where db = ‘‘ and `type` = ‘PROCEDURE‘ and name=‘‘;
查询MySQL中的存储过程和函数
标签:mysql 函数 存储过程 查询
< 上一篇
MySQL 一台主机多实例root登录问题
下一篇 >
Oracle 11g 手工建库
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册