Skip to content
🎉 Apache Sedona 1.8.1 is now available! Check out the new features and improvements.

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