MI_AggregateUnion

説明

集計された一連のジオメトリ オブジェクトの結合を表すジオメトリ オブジェクトを返します。

構文

MI_AggregateUnion ( geometry )

引数

geometry は、ジオメトリを返す式です。

集計された一連の国ジオメトリの結合を表すジオメトリ オブジェクトを返します。

select MI_AggregateUnion([Geometry_Column]) from countries where country in ('Canada','Brazil','Argentina','Greenland')