Hello Experts,
I am generating unquie records using UuidCreate() and MD5_UNICODE as below.

using MD5 column, I want to update data from layer-1 to layer-2.
day 1 - 1st records moved from layer-1 to layer-2.
day 2 - as we have new id in MD5, I want to move second record and flag it as updated in layer 2.
Any advice is appreciated.