Geometric Types in MySQL That Store Several Objects in a Single Cell : Geometric Types « Geometric « SQL / MySQL






Geometric Types in MySQL That Store Several Objects in a Single Cell

    

Geometric Type              Description
GEOMETRYCOLLECTION          A variety of geometric objects.
MULTIPOINT                  One or more POINT types.
MULTILINESTRING             One or more LINESTRING types.
MULTIPOLYGON                One or more POLYGON types.

   
    
    
    
  








Related examples in the same category

1.Geometric Types in MySQL That Store Exactly One Object