Skip to main content
Returns Z Coordinate of given Point, null otherwise. ST_Z

Signatures

ST_Z(pointA: Point)

Parameters

pointA
Point
required
The input point.

Return type

A numeric value.

Example

SELECT ST_Z(ST_POINT(0.0 25.0 11.0))
11.0