ST_LineFromText (Wkt: String)
SELECT ST_LineFromText('LINESTRING(1 2,3 4)')
LINESTRING (1 2, 3 4)
Was this page helpful?