mysql没有for循环语句(使用while替代)
while i < 10 do #结束循环的条件: 当i大于10时跳出while循环。if i > 10 then #结束循环的条件: 当i大于10时跳出loop循环。create procedure test() #创建无参存储过程,名称为test。create procedure test() #创建无参存储过程,名称为test。#往test表