First, sorry for my English. I'm a beginner in these things, and i have a simple question. I'm storing data in mysql. One column contains data in the format (for example): a,b,c,d or a,c,d, or a,d ... Now, after query i want to change this values:
a = apple, b=blueberry, c=cat, d=dog ...
for example if column contains
a,d,i want to change and print apple, dog...
One more time, sorry for my English. Please ask if anone didn't get the question.
thanks.