Is there an easy way to track which fields have changed on an UPDATE?
There is a thread from 2004 with this problem - the solution shown there is to create a before and after array and do comparisons on those
I'm just wondering if there's a cool SQL function that could do that for me ?
(The reason I need to do this is because modifying some fields needs to trigger another process with different combinations doing different things)