ST_AsText
This section contains reference documentation for the ST_AsText function.
Returns the WKT representation of the geometry/geography.
Signature
ST_AsText(geometryObject)
Usage Examples
value
POINT (-122 37)
value
LINESTRING (30 10, 10 30, 40 40)
Last updated