Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Determines whether the geometry value represents an empty set.
geometry-expression.ST_IsEmpty()
Returns 1 if the geometry value is empty, otherwise 0.
5.1.7
The following example returns the result 1.
SELECT NEW ST_LineString().ST_IsEmpty()