Returns the minimum z coordinate of an ST_Geometry value.
Returns a FLOAT value.
Returns NULL if the ST_Geometry is an empty set.
All ST_Geometry types.
SELECT shape.ST_MinZ()
FROM sample_shapes;
Returns the minimum z coordinate of an ST_Geometry value.
Returns a FLOAT value.
Returns NULL if the ST_Geometry is an empty set.
All ST_Geometry types.
SELECT shape.ST_MinZ()
FROM sample_shapes;