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