摘要: drop procedure if exists insertMethod; create procedure insertMethod(count int) begin declare i int default 1; loop_name:loop -- 循环开始 if i > count the 阅读全文
posted @ 2022-09-20 16:03 互联网-搬砖人 阅读(28) 评论(0) 推荐(0)