Okay I have a list with numerous names. Some of these names have duplicates and some do not. I would just go through all of them and filter out the duplicates myself but there are too many entries. How do you query the table so that you get a list with each name once.
eg:
BOB
LENNY
CARL
LENNY
LENNY
HOMER
to
BOB
LENNY
CARL
HOMER
eg:
BOB
LENNY
CARL
LENNY
LENNY
HOMER
to
BOB
LENNY
CARL
HOMER