Looking for the MySQL query that will go through a particular column in a table, and return all unique values only once, and in alphabetical order. if a certain value is in 10 rows it will only return that value once. ie. Test1 Test5 Test1 Test2 Test1 Test3 Test1 Test2 Test1 Test4 Test1 Test2 Test1 Test2 Test1 would return Test1 Test2 Test3 Test4 Test5