Converts a value in radians to degrees.

Syntax

DEGREES(<value>)

Parameters

ParameterDescriptionSupported input types
<value>The value to be converted to degrees from radians.DOUBLE PRECISION

Return Types

DEGREES returns a value of type DOUBLE PRECISION.

Example

The following example converts the value 3.14 in radians to degrees: