ST_X — 返回点的X坐标。
float
ST_X
(
geometry
a_point
)
;
返回点的X坐标,如果不可用,则返回值为空。输入必须是一个点。
This method implements the SQL/MM specification. SQL-MM 3:6.1.3
This function supports 3d and will not drop the z-index.