Name
earth_radius — returns geom.mean of radius of Earth
Synopsis
| 
              earth_radius
            ( | ); | 
Description
returns geom.mean of radius of Earth in kilometers, 6367.43568
Return Types
Returns any.
Examples
Example 24.658. Simple Use
SELECT earth_radius () earth_radius ANY 6367.43568
