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