Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

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