Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚调用了 ST_CENTROID(),MySQL 8 返回:
[22001][3618] 数据截断:st_centroid(POLYGON) 尚未针对地理空间参考系统实施。
我想从我的数据库中获取应该在一个圆圈内的多边形,我使用函数 ST_Distance_Sphere() ,它需要两个参数都指向所以我需要获取多边形的中心点来完成它。