Returns the end point of an ST_LineString or GeoSequence value.
Returns an ST_Geometry value that represents the end point of the ST_LineString.
Returns NULL if the input geometry value is the empty set.
ST_LineString and GeoSequence
This method returns a point having a z coordinate if the input geometry is 3-dimensional.
SELECT streetName, streetShape.ST_EndPoint()
FROM sample_streets
WHERE skey = 1044;