DEGREES
Last updated
Last updated
Converts the angle in radians sent through parameters to degrees (DEGREES in Transact-SQL).
DEGREES( expression )
expression
: Numeric float expression in radians.
Same data type sent through parameter as a numeric expression.
SELECT DEGREES(PI())