select sdo_geom.sdo_centroid(t.shape, 2) .sdo_point.x x, sdo_geom.sdo_centroid(t.shape, 2) .sdo_point.y y from gd_zy_region t
SQL如何取得一个面的中心点
原文:http://www.cnblogs.com/gotoschool/p/3527384.html