ST_MMin(geom: Geometry)
SELECT ST_MMin( ST_GeomFromWKT('LINESTRING ZM(1 1 1 1, 2 2 2 2, 3 3 3 3, -1 -1 -1 -1)') )
-1.0
Was this page helpful?