l_rows.count loop begin insert into tab_les (NOS, DETAIL_SPEC, DETAIL_SPEC_CMMT, ) values( l_rows(i).NOS , l_rows(i).DETAIL_SPEC , l_rows(i).DETAIL_SPEC_CMMT ); end; end loop; exception when others then verr := substr ... added by the SQL engine when ...
↧