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: 12/14/2023