2个回答
展开全部
什么问题啊???大妹子,错误提示和存储过程代码贴出来
追问
create procedure doInsert()
begin
declare i int;
SET i=24;
loop1: WHILE i<=199 DO
insert into flow (flow_record_id, lin_id, user_id, statistic_type, packets, bits, pps, bps, time_start,time_end,time_type,seconds)
values (i, 1, 1, 1, 2000, 3000,600,7000, '2012-01-02 07:00:00', '2012-01-02 07:00:00',1, 1);
SET i=i+1;
END WHILE loop1;
end;
call doInsert();-- 调用存储过程
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询