会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
土豆兮
你现在所经历的大事,可能在往后回首只是一件小事而已
博客园
首页
新随笔
联系
订阅
管理
12 2022 档案
MySQL存储过程之简单批量造数据
摘要:1.创建一个test_batchInsert的存储过程 delimiter $$$ create procedure test_batchInsert(in j int) begin declare i int default 0; set i=0; start transaction; while
阅读全文
posted @
2022-12-23 17:06
土豆兮
阅读(53)
评论(0)
推荐(0)
公告