I have this string '275,278,222'
How to SELECT only 278, which is in the second position? or SELECT only 222 which is in the third position?
I have this string '275,278,222'
How to SELECT only 278, which is in the second position? or SELECT only 222 which is in the third position?