st_numinteriorrings(geometry)


Description

args: a_polygon - Return the number of interior rings of the first polygon in the geometry. This will work with both POLYGON and MULTIPOLYGON types but only looks at the first polygon. Return NULL if there is no polygon in the geometry.

Parameters

Name Type Mode
$1 USER-DEFINED IN

Definition