ST_Touches

Introduction: Return true if A touches B

ST_Touches returning true ST_Touches returning false

Format: ST_Touches (A:geometry, B:geometry)

Return type: Boolean

SELECT *
FROM pointdf
WHERE ST_Touches(pointdf.arealandmark, ST_PolygonFromEnvelope(1.0,100.0,1000.0,1100.0))