In my mysql table, one of the fields holds data of the nature:
{"gateway":"somevalue","location":"http://www.somesite.org/en/someresource","ip":"100.0.0.9"}
I need to extract the value of the location attribute alone from this field, which is
in the this case. How do I write a query to achieve this?