ST_IsEmpty¶
Introduction: Test if a geometry is empty geometry
Format: ST_IsEmpty (A:geometry)
SQL example:
SELECT ST_IsEmpty(polygondf.countyshape)
FROM polygondf
Introduction: Test if a geometry is empty geometry
Format: ST_IsEmpty (A:geometry)
SQL example:
SELECT ST_IsEmpty(polygondf.countyshape)
FROM polygondf