pgsql获取point类型的经纬度

SELECT st_x(cast(point(100, 200) as geometry))

SELECT st_y(cast(point(100, 200) as geometry))

posted @ 2022-08-29 14:17  懂得归零  阅读(158)  评论(0)    收藏  举报