I have a DB which contains following columns: id and geo_ip; geo_ip contains lat and long separated by comma.

I want to filter out the id’s based on lat/long for a specific country eg: India. What would the sql query for it be?

I just want to filter a particular country(India) by using its lat long from Google

I have attached a sample from the DB

DB