Say I have a table that has a column which goes
Column B
apple apple apple orange apple orange orange grapes grapes mango mango orange
And I want to query it in such a way that I get a list like so
apple orange grapes mango
How do I do this in PHP SQL? Much thanks.