Forum Discussion

Ryan0827's avatar
Ryan0827
Copper Contributor
Aug 07, 2023

Compare current row fields with previous row fields and return field changes

I have a table (i.e. SourceTable) that contains an AFTER INSERT, UPDATE, DELETE trigger. When the trigger fires it copies the inserted row from INSERT & UPDATE triggers or the deleted row from DELETE...

Resources