Dynamic :NEW and :OLD references
I want to use PL/SQL to dynamically create an INSERT statement in a trigger using :NEW and :OLD to audit a table after cycling through the columns of the table in a cursor loop. Is that possible?
0