NUMGEOMETRIES()
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 @gc = 'GeometryCollection(Point(1 0),LineString(1 2, 2 3),MultiLineString((1 1,2 2,3 3),(4 4,5 5),(1 1,2 2,3 3)))';
SELECT NumGeometries(ST_GeomFromText(@gc));
+-------------------------------------+
| NumGeometries(ST_GeomFromText(@gc)) |
+-------------------------------------+
| 3 |
+-------------------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.