ST_M¶
Introduction: Returns M Coordinate of given Point, null otherwise.
Format: ST_M(geom: Geometry)
Since: v1.6.1
SQL Example
SELECT ST_M(ST_MakePoint(1, 2, 3, 4))
Output:
4.0
Introduction: Returns M Coordinate of given Point, null otherwise.
Format: ST_M(geom: Geometry)
Since: v1.6.1
SQL Example
SELECT ST_M(ST_MakePoint(1, 2, 3, 4))
Output:
4.0