I have a field in my table like this:
fox,cat,bear,horse,dog
With FIND_IN_SET I can find if the value is in that string and get back the position of it. There is a way to get value of a determinate position?
for example:
position 3 = bear
position 2 = cat