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