Is there any way to run a query in mysql that retuns unique values in a
column?  For example, say i had this colum:

Column:
---------
Fashion
---------
Basics
---------
Fashion
---------
Plus
--------
Plus
---------

but I only want it to return unique values - in this case I would only
want Fashion, Basics, Plus - instead of the Fashion, Basics, Fashion,
Plus, Plus I would get if I had run: SELECT column FROM tblname;

any help would be greatly appreciated...

Reply via email to