码迷,mamicode.com
首页 > 数据库 > 详细

MYSQL 查询指定范围内的经纬度

时间:2018-08-24 13:16:09      阅读:942      评论:0      收藏:0      [点我收藏+]

标签:sele   mys   div   color   style   git   HERE   mysq   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 查询指定范围内的经纬度

标签:sele   mys   div   color   style   git   HERE   mysq   mysql   

原文地址:https://www.cnblogs.com/banywl/p/9528868.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!