Geometric Types in MySQL That Store Exactly One Object : Geometric Types « Geometric « SQL / MySQL






Geometric Types in MySQL That Store Exactly One Object

    

Geometric Type           Description
GEOMETRY                 Geometric type, not further specified.
POINT                    A point in the coordinate system; zero-dimensional.
LINESTRING               One or more linear segments joining two points; one-dimensional.
POLYGON                  A closed LINESTRING; two-dimensional.

   
    
    
    
  








Related examples in the same category

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