deletion of collection when items in second collection

I have a collection with a large number of items in (approx 23,000). I want to keep a small number of these (x4) and delete the rest. However, I don't want to have to go through them one by one. If I move the ones I want to keep to a new collection and delete the original collection and items. Will the items in the second collection be retained?
Sign In or Register to comment.