The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
1.2 KiB
1.2 KiB
title, language
| title | language |
|---|---|
| `ST_Y` | en |
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 |
+----------------------------+
keyword
ST_Y,ST,Y