ST_Intersects( ST_Geometry ) method

Test if a geometry value spatially intersects another value.

Syntax

geometry-expression.ST_Intersects( ST_Geometry geo2)

Parameters

Returns

BIT Returns 1 if the geometry-expression spatially intersects with geo2, otherwise 0.

Examples

Standards

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