This might be a very specific issue, but, at the moment, CDPOS table shows the changes as follows:
As you can observe, line 2 and 3 have the same OBJECTID, CHANGENR, DATE and TIME. Therefore I would like to keep them in a single row - expected result:
Does anyone have a suggestion how to achieve this?
Â
Perhaps creating a temporary table to store some values and then update it with the value from the other row. But not sure how to get there.
Â
Thank you in advance! 👋