Link Search Menu Expand Document

DEGREES

Converts a value in radians to degrees.

Syntax

DEGREES(<exp>)
Parameter Description
<exp> Any expression that evaluates to a numeric data type.

Example

SELECT
    DEGREES(3);

Returns: 171.88733853924697