Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Construct a Point from Text, delimited by Delimiter

Signatures

ST_PointFromText (Text: String, Delimiter: Char)

Parameters

Text
String
required
The text value.
Delimiter
Char
required
The delimiter value.

Return type

The resulting geometry.

Example

SELECT ST_PointFromText('40.7128,-74.0060', ',')
POINT (40.7128 -74.006)