会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lemu
博客园
首页
新随笔
联系
订阅
管理
2021年4月9日
mysql存储过程递归调用
摘要: mysql中的存储过程是可以递归调用的,如果报错Recursive limit 0 请使用 set @@max_sp_recursion_depth = 100 修改递归深度。 drop procedure if exists pro; drop table if exists data; set
阅读全文
posted @ 2021-04-09 16:21 lemu
阅读(601)
评论(0)
推荐(0)
编辑
公告
4