Hi,<div><br></div><div>I retreive minimum x of each bounding box of some polygons using following query:<br><div><br></div><div><div>SELECT (min(ST_XMin(BOX2D((ST_Dump(the_geom)).geom)))) as XMin</div><div>from building_poly;</div>
</div></div><div><br></div><div>How can i find the minimum X of all Xmin coordinatges? Can i use min()?</div><div><br></div><div><br></div><div>Cheers, Sanjeewa.</div>