st_intersection(geometry, geometry)


Description

args: geomA, geomB - (T) Returns a geometry that represents the shared portion of geomA and geomB. The geography implementation does a transform to geometry to do the intersection and then transform back to WGS84.

Parameters

Name Type Mode
geom1 USER-DEFINED IN
geom2 USER-DEFINED IN

Definition