Limit mysql column to bring back one of each word listed

Hi,

In mysql database I have a column that has:

test
test
test
testing
testing

I am trying to build a menu, but need to get only one result for each word the same when looping through the records?

Thanks

Looks like GROUP BY is the answer…