Refactoring a slow plsql cursor with a WITH update statement
I have a slow plsql cursor where I’m updating a column in a table so I wanted to replace this cursor with a single sql statement (albeit somewhat complex ). This is what I’ve tried so far
I have a slow plsql cursor where I’m updating a column in a table so I wanted to replace this cursor with a single sql statement (albeit somewhat complex ). This is what I’ve tried so far