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 LineString from Text, delimited by Delimiter

Signatures

ST_LineStringFromText (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_LineStringFromText('-74.0428197,40.6867969,-74.0421975,40.6921336,-74.0508020,40.6912794', ',')
LINESTRING (-74.0428197 40.6867969, -74.0421975 40.6921336, -74.050802 40.6912794)