have an column named 'details'
in my 'abc'
table. This column is a string with different values .
eg:-
details[0]=( [Fruit : Mango][Vegetable : Potato][Color : Red] )
details[0]=( [Fruit : Apple][Vegetable : Brinjal][Color : Blue] )
Now i want only the Color Value from every column. How do i extract only this specific value. All rows have different values for the Color.