标签: mysql spatial
有一个查询可查找指定2点之间的距离。
SELECT ST_distance_sphere( location_a, location_b ) as distance;
但是如何查找指定点与表中所有其他点之间的距离?