Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回 ST_Geometry 值的 y 坐标。
.ST_Y(geo1)
ST_Geometry
确定 y 坐标所基于的 ST_Geometry 值。
DOUBLE 返回 ST_Geometry 值的 y 坐标。
以下示例返回结果 20.0:
20.0
SELECT ST_Y(ST_Point(10.0,20.0,4326))