Geospatial User Guide
>
Geospatial User Guide
>
Geospatial Functions
>
Y
Was this helpful?
Y
Y(p POINT)
Alias: ST_Y
Returns the Y-coordinate of
p
.
Result type: float
Example:
SELECT Y(POINTFROMTEXT('POINT(5 10)'));
-------------
col1
-------------
10.000
-------------
Last modified date: 01/30/2023
This site works best with JavaScript enabled