Skip to main content
Returns Y Coordinate of given Point, null otherwise. ST_Y

Signatures

ST_Y(pointA: Point)

Parameters

pointA
Point
required
The input point.

Return type

A numeric value.

Example

SELECT ST_Y(ST_Point(0.0, 25.0))
25.0