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_MLineFromText (Wkt: String)
ST_MLineFromText (Wkt: String, srid: Integer)
SELECT ST_MLineFromText('MULTILINESTRING((1 2, 3 4), (4 5, 6 7))')
MULTILINESTRING ((1 2, 3 4), (4 5, 6 7))
Was this page helpful?