- Categories:
ST_YMIN¶
Returns the minimum latitude (Y coordinate) of all points contained in the specified GEOGRAPHY or GEOMETRY object.
Syntax¶
Arguments¶
geography_or_geometry_expressionThe argument must be an expression of type GEOGRAPHY or GEOMETRY.
Returns¶
Returns a REAL value.
Usage notes¶
The function takes into account the curvature of the edges toward the poles.
Examples¶
GEOGRAPHY examples¶
This shows a simple use of the ST_XMIN, ST_XMAX, ST_YMIN, and ST_YMAX functions: