Hi,
I got a table which have 30 fields, sometime user could just update 1 or 2 fields for the respective record. I would like to write a trigger that when user update the table, only get those edited fields new value and insert it into another table, for example log table.
How could i get the new update columns name and it's new entered value?
Thanks a lot.
I got a table which have 30 fields, sometime user could just update 1 or 2 fields for the respective record. I would like to write a trigger that when user update the table, only get those edited fields new value and insert it into another table, for example log table.
How could i get the new update columns name and it's new entered value?
Thanks a lot.