Count locations withing given distance

后端 未结 0 651
灰色年华
灰色年华 2021-01-22 04:48

I have the following query, that selects places withing given radius:

SELECT *
FROM (
  SELECT 
    group, 
    name,  
    111.1111 *
    DEGREES(ACOS(LEAST(1.0,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题