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()