arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

ST_GeometryType

This section contains reference documentation for the ST_GeometryType function.

Returns the type of the geometry as a string

hashtag
Signature

ST_GeometryType(geometry)

hashtag
Usage Examples

These examples are based on the .

location
type
select location, ST_GeometryType(location) AS type
from meetupRsvp 
LIMIT 1

80c00dae147ae147ae404435c28f5c28f6

Point

Streaming Quick Start