在PB中用游标循环插入到一个表中数据,但是结果只插入一条数据。具体代码:
dowhiletruefetchmycurinto:temp_xm;ifsqlca.sqlcode<>0thenexit;insertintojh_pd(pdhm,brx...
do while true
fetch mycur into :temp_xm;
if sqlca.sqlcode <> 0 then exit;
insert into jh_pd(pdhm,brxm) values(1,:temp_xm);
commit;
loop
temp_xm有多条数据,但是插到jh_pd中,只插进去第一条数据。 展开
fetch mycur into :temp_xm;
if sqlca.sqlcode <> 0 then exit;
insert into jh_pd(pdhm,brxm) values(1,:temp_xm);
commit;
loop
temp_xm有多条数据,但是插到jh_pd中,只插进去第一条数据。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询