2021年9月27日
摘要: 一、方式一 st_distance 计算的结果单位是度,需要乘111195(地球半径6371000*PI/180)是将值转化为米。 SELECT *, (st_distance(point(lng,lat),point(116.3424590000,40.0497810000))*111195/10 阅读全文
posted @ 2021-09-27 18:10 潇潇六月雨 阅读(819) 评论(0) 推荐(0)