ST_Dump(geom: Geometry)
SELECT ST_Dump(ST_GeomFromText('MULTIPOINT ((10 40), (40 30), (20 20), (30 10))'))
[POINT (10 40), POINT (40 30), POINT (20 20), POINT (30 10)]
Was this page helpful?