I need to define a trigger to collect the date on which the record was last updated. Currently, I use the update function and SQL updates the whole column, not just the row. Do you know how can I write the trigger code? Thank you very much.