I have a table named "extra_field_values" it has three columns
(productid, fieldid, value)
if fieldid = 6
then value holds comma seperated names for each productid.
I'm trying to query the database and get all names but I dont want names that might appear in another row if its the same name. So just unique names from all rows as a whole. What is the best way to do this?
Thanks In Advance 🙂