Note: This method is deprecated. It has been replaced by the corresponding ST_Min or ST_Max methods for x, y, and z coordinates, which are ANSI compliant.
Returns the lower left X coordinate of the minimum bounding rectangle (MBR) of an ST_Geometry value.
Returns a FLOAT value.
All ST_Geometry types.
SELECT cityName
FROM sample_cities
WHERE cityShape.ST_MBR_Xmin() < 9E1;