Name

ST_MMax — Returns the M minima of a geometry.

Synopsis

float ST_MMax(geometry geom);

Descripción

Returns the M minima of a geometry, or null of the geometry lacks M values.

This function supports 3d and will not drop the z-index.

This method supports Circular Strings and Curves.

Ejemplos

SELECT ST_MMax('POINT M (1 2 3)');
st_mmax
-------
3