ST_StartPoint(geom: Geometry)
SELECT ST_StartPoint(ST_GeomFromText('LINESTRING(100 150,50 60, 70 80, 160 170)'))
POINT(100 150)
Was this page helpful?