Files
doris/docs/zh-CN/sql-reference/sql-functions/spatial-functions/st_y.md
ZhangYu0123 1d9b3aeee7 [Doc] Repair document format (#4336)
The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
2020-08-13 23:39:41 +08:00

1.2 KiB

title, language
title language
`ST_Y` zh-CN

ST_Y

description

Syntax

DOUBLE ST_Y(POINT point)

当point是一个合法的POINT类型时,返回对应的Y坐标值

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