ST_MMax — Returns the M minima of a geometry.
float ST_MMax(geometry geom);
Returns the M minima of a geometry, or null of the geometry lacks M values.
Cette fonction prend en charge la 3D et ne supprime pas l'indice z.
Cette méthode prend en charge les types Circular String et Curve.
SELECT ST_MMax('POINT M (1 2 3)');
st_mmax
-------
3