ST_YMax Signature DOUBLE ST_YMax(GEOMETRY geom); Description Returns the maximum y-value of geom. Example SELECT ST_YMax('LINESTRING(1 2 3, 4 5 6)'); -- Answer: 5.0 See also ST_XMin, ST_XMax, ST_YMin, ST_ZMax, ST_ZMin Source code Back Next