1numgeometries - Point plus linestring
2:memory: #use in-memory database
3SELECT NumGeometries(GeomFromText('GeometryCollection(POINT(1 2), LINESTRING(1 3, 4 6))'))
41 # rows (not including the header row)
51 # columns
6NumGeometries(GeomFromText('GeometryCollection(POINT(1 2), LINESTRING(1 3, 4 6))'))
72