Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
确定几何值是否表示空集。
geometry-expression.ST_IsEmpty()
BIT 如果几何值为空则返回 1,否则返回 0。
SQL/MM (ISO/IEC 13249-3: 2006) 5.1.7
以下示例返回结果 1。
1
SELECT NEW ST_LineString().ST_IsEmpty()