Forum Moderators: open
I need to grab some titles out of a database but only list the unique entrys.
e.g.
If I have a table with 5 rows in it and have the following titles.
a. cabbage
b. lemon
c. lemon
d. apple
e. sardines
I need to be able to output individual rows without duplicates so as a result I would only receive 4 results back e.g.
cabbage, lemon, apple, sardines
I have looked through the mysql website and I cant find any information about how to do it, any help appreciated...