FUNCTION ST_Distance_Sphere does not exist in MariaDB

后端 未结 4 1467
时光取名叫无心
时光取名叫无心 2021-02-13 13:34

I want get all locations around my location but the function ST_Distance_Sphere does not work.

My query:

select *, astext(location) as locat         


        
4条回答
  •  天涯浪人
    2021-02-13 14:05

    http://mysql.rjweb.org/doc.php/find_nearest_in_mysql#gcdistdeg

    That blog discusses multiple ways of "finding nearest" on the globe in MySQL/MariaDB. As part of that discussion, I developed that Stored Function.

提交回复
热议问题