All polygons in a unique multipolygon
772375May 11 2010 — edited May 14 2010I know maybe this is an easy problem, but I searched everywhere and not find the answer.
I have a table with many polygons. How can I make a query that returns me only one register which is a multipolygon including all the polygons? I'm not talking about SDO_UNION and SDO_AGGR_UNION, because these return me a polygon with the orignal polygons merged. I want they together in a multipolygon, but not merged.
Thanks in advanced.