st_distance(geog1 geography, geog2 geography, use_spheroid boolean DEFAULT true)


Description

args: geog1, geog2, use_spheroid = true - Returns the distance between two geometry or geography values.

Parameters

Name Type Mode
geog1 geography IN
geog2 geography IN
use_spheroid boolean IN

Definition