oracle 批次更新、批次刪除的匿名塊
begin
declare
cursor c_update is
select rowid row_id
from E_INV_INVESTMENT where (invtype in ('10','11','12','13','14','20','21','22','30','35','36'))or (regexp_like(cerno,'([0-9]|[x]|[X]){18}$') and invtype in ('15','31','32','33','34','40','50','90'));
v_counter number := 0;
begin
for one_row in c_update loop
v_counter := v_counter + 1;
update E_INV_INVESTMENT SET CERNO='' where rowid = one_row.row_id;
if (v_counter = 1000) then
v_counter := 0;
commit;
end if;
end loop;
commit;
end;
end;
/
declare
cursor c_update is
select rowid row_id
from E_INV_INVESTMENT where (invtype in ('10','11','12','13','14','20','21','22','30','35','36'))or (regexp_like(cerno,'([0-9]|[x]|[X]){18}$') and invtype in ('15','31','32','33','34','40','50','90'));
v_counter number := 0;
begin
for one_row in c_update loop
v_counter := v_counter + 1;
update E_INV_INVESTMENT SET CERNO='' where rowid = one_row.row_id;
if (v_counter = 1000) then
v_counter := 0;
commit;
end if;
end loop;
commit;
end;
end;
/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30345407/viewspace-1967659/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle批次刪除表Oracle
- 批次刪除檔案
- 批次刪除資料方法
- window批次刪除 bat 備份BAT
- Oracle -- 批次更新sequence的儲存Oracle
- 伺服器批次刪除資料夾 批次伺服器管理伺服器
- 伺服器批次刪除資料夾 批次管理伺服器伺服器
- docker批次刪除標籤為none的映象DockerNone
- oracle批次更新解決辦法Oracle
- mybatis批次更新MyBatis
- mybatis mapper.xml批次刪除操作MyBatisAPPXML
- mysql 的常用批次更新MySql
- 如何把程式碼中的註釋批次刪除
- Redis 實用小技巧——批次刪除指定的 keyRedis
- Windows下批次刪除N天前的檔案Windows
- 批次刪除指定目錄下的sh指令碼指令碼
- C# 批次刪除Excel中的重複行C#Excel
- ORACLE批次更新四種方法比較Oracle
- Oracle 臨時表 OracleDataAdapter 批次更新OracleAPT
- 在linux及unix系統下批次刪除oracle檔案LinuxOracle
- 如何使用 EF Core 7 批次刪除資料
- 蘋果iPhone 6s批次刪除照片方法蘋果iPhone
- win10批次刪除空資料夾的方法Win10
- mysql 批次更新與批次更新多條記錄的不同值實現方法MySql
- 資料庫-批次更新資料庫
- 小程式批次刪除雲資料庫裡的資料資料庫
- solaris_linux_批次刪除搜尋出的檔案Linux
- Nestjs最佳實踐教程(七): 批次操作與軟刪除JS
- 批次刪除WordPress文章和頁面的資料庫命令和從後臺直接刪除資料庫
- 批次管理(一):批次建立&批次物料的初始入庫
- 如何批次刪除Windows7下的WINDOWS.OLD資料夾Windows
- 不小心刪除,Mac電腦如何批次恢復檔案Mac
- node.js,在Azure Cosmos DB中批次刪除資料Node.js
- 用查詢替換快速批次刪除Word中的回車符號符號
- oracle和mybatis整合,批次插入OracleMyBatis
- Excel怎麼批次刪除表格中的圖片?Excel一次性刪除表格中所有圖片教程Excel
- Linux中如何批次刪除系統中所有的自建使用者Linux
- PM-功能位置特性值批次更新程式