批量提交(plsql,游标)

 需求:批量提交修改数据,其中须要修改的数据有 23万多条。数据库 declare cursor l_c1 is select u.id from 系统名(可不写).表名 u where 条件; //定义游标 type t1 is table of pls_integer; l_t1 t1; begin open l_c1; loop fetch l_c1 bulk collec
相关文章
相关标签/搜索