DEGREES#
Returns the corresponding angle in degrees for an angle specified in radians.
Syntax#
DEGREES ( numeric_expression )
Arguments#
numeric_expression
Is an expression of the exact numeric or approximate numeric data type category, except for the bit data type.
Return types#
Returns the same type as numeric_expression except decimal(x, y) where decimal(x, 0) is returned.
Examples#
SELECT DEGREES(2.00e0);