R/duckdb-funs.R
ST_MMin.Rd
Returns the minimum M coordinate of a geometry.
ST_MMin(geom)
GEOMETRY
DOUBLE
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;
SELECT ST_MMin(ST_Point(1, 2, 3, 4))