oracle 定时任务中循环调用存储过程

xiaoxiao2021-02-28  30

BEGIN FOR CUR IN (SELECT code FROM test2 ) LOOP Test.update_test(CUR.code); end loop; END;

Test.update_test(CUR.code);是包下的存储过程

转载请注明原文地址: https://www.6miu.com/read-2627247.html

最新回复(0)