Geospatial User Guide
>
Geospatial User Guide
>
Geospatial Functions
>
X
Was this helpful?
X
X(p POINT)
Alias: ST_X
Returns the X-coordinate of
p
.
Result type: float
Example:
SELECT X(POINTFROMTEXT('POINT(5 10)'));
-------------
col1
-------------
5.000
-------------
Last modified date: 01/30/2023
This site works best with JavaScript enabled