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.
null
MULTIPOINT
ST_MPointFromText (Wkt: String)
ST_MPointFromText (Wkt: String, srid: Integer)
SELECT ST_MPointFromText('MULTIPOINT ((10 10), (20 20), (30 30))')
MULTIPOINT ((10 10), (20 20), (30 30))
Was this page helpful?