DEGREES function

The DEGREES numeric function returns the angle of the radians supplied.

Syntax

Read syntax diagramSkip visual syntax diagram DEGREES (NumericExpression)

The DEGREES function returns the angle, in degrees, specified by NumericExpression in radians. The parameter can be any built-in numeric data type. The result is FLOAT unless the parameter is NULL, in which case the result is NULL.