Returns the ST_Geometry type of the ST_Geometry value.
Valid Data Types
All ST_Geometry types.
Result Type
Returns a VARCHAR(128) value that indicates the ST_Geometry type. The return value can be any of these strings:
- 'ST_Point'
- 'ST_LineString'
- 'ST_Polygon'
- 'ST_MultiPoint'
- 'ST_MultiLineString'
- 'ST_MultiPolygon'
- 'ST_GeomCollection'
- 'GeoSequence'