ST_YMin

Signature

DOUBLE ST_YMin(GEOMETRY geom);

Description

Returns the minimum y-value of geom.

Examples

SELECT ST_YMin('LINESTRING(1 2 3, 4 5 6)');
-- Answer:    2.0

See also