ST_XMin (A: Geometry)
SELECT ST_XMin(ST_GeomFromText('POLYGON ((-1 -11, 0 10, 1 11, 2 12, -1 -11))'))
-1
Was this page helpful?