SelectDB Cloud
SQL 手册
函数
spatial-functions
ST_X

ST_X

description

Syntax

DOUBLE ST_X(POINT point)

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

example

mysql> SELECT ST_X(ST_Point(24.7, 56.7));
+----------------------------+
| st_x(st_point(24.7, 56.7)) |
+----------------------------+
|                       24.7 |
+----------------------------+

keywords

ST_X,ST,X

© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标