ST_Disjoint( ST_Geometry ) method

Test if a geometry value is spatially disjoint from another value.

Syntax

geometry-expression.ST_Disjoint( ST_Geometry geo2)

Parameters

Returns

BIT Returns 1 if the geometry-expression is spatially disjoint from geo2, otherwise 0.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 5.1.26