ST_Touches¶
Introduction: Return true if A touches B
Format: ST_Touches (A:geometry, B:geometry)
SELECT *
FROM pointdf
WHERE ST_Touches(pointdf.arealandmark, ST_PolygonFromEnvelope(1.0,100.0,1000.0,1100.0))
Introduction: Return true if A touches B
Format: ST_Touches (A:geometry, B:geometry)
SELECT *
FROM pointdf
WHERE ST_Touches(pointdf.arealandmark, ST_PolygonFromEnvelope(1.0,100.0,1000.0,1100.0))