ST_Y
ST_Yβ
Descriptionβ
Syntaxβ
DOUBLE ST_Y(POINT point)
When point is a valid POINT type, the corresponding Y coordinate value is returned.
exampleβ
mysql> SELECT ST_Y(ST_Point(24.7, 56.7));
+----------------------------+
| st_y(st_point(24.7, 56.7)) |
+----------------------------+
| 56.7 |
+----------------------------+
keywordsβ
ST_Y,ST,Y