Yes, this is expected in a before trigger. The server really has no idea if you are actually updating to the same value or not because you can change the updated column value to whatever you want in the before trigger.
--Jason
Yes, this is expected in a before trigger. The server really has no idea if you are actually updating to the same value or not because you can change the updated column value to whatever you want in the before trigger.
--Jason