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