Skip to main content
Return the polygon union of all polygons in A ST_Union_Agg

Signatures

Parameters

A
geometryColumn
required
The input geometry.

Return type

The resulting geometry.
This function was previously named ST_Union_Aggr, which is deprecated since v1.8.1.

Example