Community

How to Use SQL UPDATE .. RETURNING to Run DML More Efficiently

(lukaseder) At a customer site, I recently refactored a “slow-by-slow” PL/SQL loop and turned that into an efficient set based UPDATE statement saving many lines of code and running much faster.




Tags: