12 2022 档案

摘要: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)