I want to read the data from two fields of a table in the database into a list, then filter out any duplicate entries in the list so that all values in the list are unique. I know I can do this with a double loop but I'm wondering if there isn't a more elegant solution?