Is that the complete query you are using. I'm guessing that you are using select distinct * from table_name.
If you wanted a individual column distinct value you have to apply a filter condition or aggregate the data accordingly.
Anyways, a complete pic with the query would help to check out what you are doing..
Cheers.
Uma Mahesh D