DEGREES
Given an angle in radians, the DEGREES function returns the corresponding angle in degrees.
Syntax
DEGREES (argument)
Remarks
The table lists the valid input argument data types and the resulting output data types.
Data Type of Argument | Output Type |
BIGINT, DECIMAL, FLOAT, INTEGER, NUMERIC, REAL, SMALLINT, TINYINT | FLOAT |
NULL | NULL |