MYSQL 查询指定范围内的经纬度
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MYSQL 查询指定范围内的经纬度相关的知识,希望对你有一定的参考价值。
select * from `location` where ( acos( sin(([#latitude#]*3.1415)/180) * sin((latitude*3.1415)/180) + cos(([#latitude#]*3.1415)/180) * cos((latitude*3.1415)/180) * cos(([#longitude#]*3.1415)/180 - (longitude*3.1415)/180) )*6370.996 )<=1;
以上是关于MYSQL 查询指定范围内的经纬度的主要内容,如果未能解决你的问题,请参考以下文章