Overwriting few rows in a collection with another collection
Hi Team, I have two collections(with same structure). I want to overwrite 1st collection with the values in the second collection.How can this be achieved without using loops to reduce the processing time?