Skip to main content
Creates a Geography LineString from two Point, MultiPoint, or LineString geographies. Its edges are interpreted as great-circle arcs by Geography measurement functions.

Signatures

Parameters

Geography
required
The first geography.
Geography
required
The second geography.

Return type

A Geography LineString.
Only the two-argument signature accepts Geography inputs. The output copies the first input’s SRID.

Example