Nope, not sensibly doable within triggers.
You'd be better off writing yourself a procedure that generates non-dynamic trigger code for a given table.
Besides, why don't you use the AUDIT LOG instead? It pretty much does that already...
Nope, not sensibly doable within triggers.
You'd be better off writing yourself a procedure that generates non-dynamic trigger code for a given table.
Besides, why don't you use the AUDIT LOG instead? It pretty much does that already...