I am trying to execute a simple distinct query (i.e. select distinct name from tags), but the query is still returning duplicate names.
Is there something else, am I suppose to add to the distinct query to make, the query return unique names from the 'tags' table.
Please advice further. Many thanks