12 2022 档案
发表于 2022-12-23 17:06阅读:48评论:0推荐:0
摘要:1.创建一个test_batchInsert的存储过程 delimiter $$$ create procedure test_batchInsert(in j int) begin declare i int default 0; set i=0; start transaction; while
阅读全文 »