ST_Touches( ST_Geometry ) method

Tests if a geometry value spatially touches another geometry value.

Syntax

geometry-expression.ST_Touches( ST_Geometry geo2)

Parameters

Returns

BIT Returns 1 if the geometry-expression touches geo2, otherwise 0. Returns NULL if both geometry-expression and geo2 have dimension 0.

Examples

Standards

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