I have approximately 15 tables that all have a column titled "modifieddate" and i want to create a trigger that will update that date upon record update. is there a way to do that with one trigger or do I need multiple ones? i also could use the code to do so as i am struggling with it.
I have tried the code but it does not work.