Mysql Query to get one co-ordinate in 10 mete radius

32 Views Asked by At

In the database we have multiple latitude and longitude in 10 meter circle. So I need a query which will fetch only one latitude and longitude in every 10 meter radius.

I am expecting to get only one co-ordinate in every 10 meter circle. If multiple co-ordinates will be there in the database then query will only return one latest co-ordinate for every 10 meter radius.

0

There are 0 best solutions below