gpt4 book ai didi

Mysql选择几何集合

转载 作者:行者123 更新时间:2023-11-30 01:14:55 25 4
gpt4 key购买 nike

我有一个数据库,其中有一列充满经度和纬度坐标,像这样存储

GEOMETRYCOLLECTION(POINT(-2.1238294 57.1714198))

我想选择整列并只打印实际坐标,这是如何实现的?

提前致谢

最佳答案

Read the manual :

--  Gets the 1st value from the GEOMETRY COLLECTION
SELECT AsText(GeometryN(GeomFromText(your_field), 1))
FROM your_table;

关于Mysql选择几何集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19160418/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com