sql server中根据坐标算出两点之间距离 (单位:千米)
例:查询附近距当前位置10千米内的设备
select * from cy_device where dbo.fnGetDistance(longitude,latitude,'114.074217','32.127457')< 10