distance calculations in mysql queries

前端 未结 5 1813
野趣味
野趣味 2020-11-29 10:35

I have to query a database of thousands of entries and order this by the distance from a specified point.

The issue is that each entry has a latitude and longitude a

5条回答
  •  一向
    一向 (楼主)
    2020-11-29 11:25

    Is this what you're looking for? http://zcentric.com/2010/03/11/calculate-distance-in-mysql-with-latitude-and-longitude/

提交回复
热议问题