Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_LineFromText (Wkt: String)
SELECT ST_LineFromText('LINESTRING(1 2,3 4)')
LINESTRING (1 2, 3 4)
Was this page helpful?