I have to create a view on CDC(change data capture) which only displays the records for the changed data but not the latest data to which it is changed. Suppose value in a row, A is UPDATED to B and again B is UPDATED to C, then I have to display only the records for the change of update(delete+insert - 2 rows) operations but not for the update operation to change it to C, which is the actual data in the table (so no need to have it in view). Please help me, Thanks!