TOUCHES()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
See ST_
EXAMPLES
SET @ls1 = ST_GeomFromText('LINESTRING(0 0,1 1,2 2)');
SET @ls2 = ST_GeomFromText('LINESTRING(0 5,5 10,10 15,15 20)');
SELECT Touches(@ls1, @ls2);
+---------------------+
| Touches(@ls1, @ls2) |
+---------------------+
| 0 |
+---------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.