We got big table with nearly 100+ millions rows. Can someone help how to find duplicate data within the table and may be move it to ARCHIVE
Table Name: CustomerData
NumberofFields: 10
Latest one should stay (which is identified by END_DATE mentioned as NULL in that record)
Regards
You just need to move the rows where END_DATE isn’t NULL?
In a single transaction: