I am wonder if i can extract multiple data with a single query using string operations.?
Here is what i am looking for My query returns me
+-----------------------------------------+
| geodata |
+-----------------------------------------+
| {"lat"=>"28.644348", "lon"=>"77.219682" |
+-----------------------------------------+
Can i extract lat value and lon value through any string query?
i tried and succeed up to extracting a single value.
can anyone suggest me how to do this?
of-course i can do this after pulling this data to my rails app but i am thinking to pull this data directly from the query.