ST_MMax — Returns the M maxima of a geometry.
float ST_MMax(geometry geom);
Returns the M maxima of a geometry, or null if the geometry lacks M values.
该函数支持 3d 并且不会丢失 z-index。
此方法支持圆形字符串和曲线。
SELECT ST_MMax('POINT M (1 2 3)');
3