Problem description & analysis:
A certain database table has multiple fields, each storing an email address, which may be null or duplicated.
Task: Now we need to merge multiple fields into one, remove null and duplicate values, and merge them with ...