ST_EndPoint() method

Returns an ST_Point value that is the end point of the ST_Curve value.

Syntax

curve-expression.ST_EndPoint()

Returns

ST_Point If the curve is an empty set, returns NULL. Otherwise, returns the end point of the curve.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 7.1.4