https://stackoverflow.com/questions/44409012/function-st-distance-sphere-does-not-exist-in-mariadb
FUNCTION ST_Distance_Sphere does not exist in MariaDB
I want get all locations around my location but the function ST_Distance_Sphere does not work. My query: select *, astext(location) as location from `locations` where ST_Distance_Sphere(location,...
stackoverflow.com
'MySql' 카테고리의 다른 글
[MariaDB] Distance 쿼리 Spatial Index 적용해서 성능 늘리기 (0) | 2022.03.17 |
---|---|
[Mysql] U_ST_DISTANCE_SPHERE 직접 구현하기 (0) | 2022.03.17 |
[Mysql] 테이블 제약사항 확인, 외래키 삭제, 추가, 제약 조건 무시 (0) | 2021.09.08 |
[Mysql] 컬럼 추가, 삭제, 이름변경, 타입 수정 (0) | 2021.09.08 |